Module | RParsec::Expressions |
In: |
rparsec/expressions.rb
|
This module helps build an expression parser using an OperatorTable instance and a parser that parses the term expression.
KindPrecedence | = | array_to_dict Associativities |
build an expression parser using the given term parser and operator table. When delim is specified, patterns recognized by delim is automatically ignored.