/expr-lang

A simple language of expressions.

Primary LanguageRust

expr-lang

A simple expressions language for demonstrating the contruction of a typical compiler.

Grammar

See expr.peg.

For example programs, see the test files in the examples directory.