Method: ANTLR3::Test::GrammarManager#compile
- Defined in:
- lib/antlr3/test/functional.rb
#compile(grammar, options = {}) ⇒ Object
134 135 136 137 138 |
# File 'lib/antlr3/test/functional.rb', line 134 def compile( grammar, = {} ) grammar.compile( .merge( ) ) import_grammar_targets( grammar ) return grammar end |