Method: ANTLR3::CompileTask::GrammarSet#compile
- Defined in:
- lib/antlr3/task.rb
#compile(grammar) ⇒ Object
206 207 208 209 210 |
# File 'lib/antlr3/task.rb', line 206 def compile( grammar ) dir = output_directory test( ?d, dir ) or FileUtils.mkpath( dir ) sh( build_command( grammar ) ) end |