pegged.examples.simple_arithmetic

This module contains a simple example of a arithmetic expression grammar and how use the ParseTree to calculate a expression.

Members

Functions

interpreter
float interpreter(string expr)

Example interpreter

Meta