Method: ANTLR3::Test::Functional#compile_and_load

Defined in:
lib/antlr3/test/functional.rb

#compile_and_load(grammar, options = {}) ⇒ Object



183
184
185
# File 'lib/antlr3/test/functional.rb', line 183

def compile_and_load( grammar, options = {} )
  self.class.compile( grammar, options )
end