Home | History | Annotate | Download | only in Ruby

Lines Matching full:template

102   - Template-output mode parsers have a new class method "load_templates( path )"
103 which will attempt to load the template group file at +path+ and, if successful,
104 set it to the parser's default template library. (See the CMinus example set for
109 a semantic predicate was encountered as the template code did not
134 - test/functiona/template-output/template-output.rb serves as a basic
135 functional test implementation for the new template output mode
140 - finished basic implementation of a template output mode.
141 - lib/antlr3/template.rb defines a number of classes for
142 ERB-based template output translation
144 generate template output mode recognizers
147 - added template unit tests at test/unit/test-template.rb
148 - test/functional/template-output/template-output.rb serves as a basic
149 functional test implementation for the new template output mode