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.

Methods

build  

Constants

KindPrecedence = array_to_dict Associativities

Public Class methods

build an expression parser using the given term parser and operator table. When delim is specified, patterns recognized by delim is automatically ignored.

[Validate]