Top Level Namespace

Defined Under Namespace

Modules: Ast

Instance Method Summary collapse

Instance Method Details

#bnf_definition(name, &block) ⇒ Object

This is here for testing only! Better name is required



177
178
179
# File 'lib/ast_ast/bnf.rb', line 177

def bnf_definition(name, &block)
  Ast::BNF.new(name, &block)
end