Lines Matching full:templates
84 * Replaced hetero arg with terminalOptions arg in all templates that reference hetero
380 Altered templates:
600 * Rejiggered AST templates to propogate changes to tree adaptor
860 the regular tree construction for parsers. I had to introduce templates
1015 * Had to add hetero arg to all tokenRef*() templates. Added _last
1018 property. Ack, hetero arg is on lots of templates. :( Moved
1023 for token rewrites later. For templates too?
1026 templates.
1275 src/org/antlr/codegen/templates/ANTLRCore.sti # edit
1278 src/org/antlr/codegen/templates/Java/Java.stg # edit
1307 You will notice that the ruleref templates now take a scope
1318 Oh, note that rule reference templates all receive a Rule
1323 src/org/antlr/codegen/templates/Java/Dbg.stg # edit
1328 src/org/antlr/codegen/templates/Java/AST.stg # edit
1329 src/org/antlr/codegen/templates/Java/ASTParser.stg # edit
1330 src/org/antlr/codegen/templates/Java/ASTTreeParser.stg # edit
1411 src/org/antlr/tool/templates/messages/languages/en.stg # edit
1461 all tokenRef* templates.
1462 codegen/templates/Java/AST.stg
1463 Factored out a few templates:
1468 codegen/templates/Java/ASTParser.stg
1471 codegen/templates/Java/ASTTreeParser.stg
1481 tool/templates/messages/languages/en.stg
1568 codegen/templates/ANTLRCore.sti
1573 codegen/templates/Java/AST.stg
1580 the token, rule, set, wildcard templates to the subclasses.
1581 The rewrite templates are still in AST.stg. I factored out the
1582 node creation so that the same rewrite templates can be used
1585 codegen/templates/Java/ASTParser.stg
1586 The templates needed to build trees with auto construction
1588 codegen/templates/Java/ASTTreeParser.stg
1589 The templates needed to build trees with auto construction
1591 codegen/templates/Java/Java.stg
1595 codegen/templates/Java/ST.stg
1622 INCOMPATIBILITY WARNING -- templates have changed; must regen output from
1690 and ASTDbg.stg templates.
1739 no such locale file org/antlr/tool/templates/messages/languages/ru.stg retrying with English locale
1890 * Jonathan DeKlotz updated C# templates to be 3.0b6 current
1958 org/antlr/tool/templates/depend.stg contains the template. You can
2045 for templates, you must use in your main:
2077 templates now :)
2092 StringTemplateGroup templates = new StringTemplateGroup(groupFileR);
2097 parser.setTemplateLib(templates);
2387 * changed ANTLRCore.sti to reflect the new mandatory templates to support the above
2389 templates, with the exception of ruleSetPropertyRef_text. we cannot set this attribute
2422 on the requirements look in org/antlr/tool/templates/messages/formats/
2448 * added C# target to lib, codegen, templates
2489 * outputFile, lexer, genericParser, parser, treeParser templates
2560 * Added grammar parameter to recognizer templates so they can access
2657 templates spit out.
2699 * Need parens around the prediction expressions in templates.
2731 method) with templates instead of just with ASTs. Turned off.
3082 * $templates::foo() is gone. added % as special template symbol.
3083 %foo(a={},b={},...) ctor (even shorter than $templates::foo(...))
3250 the output templates. The scopes full of actions are sent to all output
3251 file templates (currently headerFile and outputFile) as attribute actions.
3256 so we don't have to recompile ANTLR to add actions to code gen templates.
3332 * completely refactored the output templates; added some missing templates.