/lonzo

LR(1) parser for mathematical expressions

Primary LanguageRustMIT LicenseMIT

Lonzo

Build Status

Named for Alonzo Church, Lonzo is a really simple parser for mathematical expressions

Goal

My major motivation for this project is to explore context-free grammars, starting with arithmetic, and eventually adding more complex expressions (using variables, etc.)