Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 219 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 219 Bytes

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.