Arborist::Grammar
Inherits Reference / Object
Constructors
new(grammar_file_path : String)
Sourcenew
SourceInstance methods
build_matcher(grammar_defn : String) : Matcher | Nil
Sourceload_grammar(grammar_defn : String)
Sourceload_grammar_file(path : String)
Sourceparse(input_str : String, mode : Symbol = :ohm) : ParseTree | Nil
Sourceparse(input_str : String, start_rule : String) : ParseTree | Nil
Sourceparse_file(path : String, mode : Symbol = :ohm)
Sourceprint_match_failure_error
Sourcerules
Source