Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 246 Bytes

expr-parsing

A sample calculator, bc-like program to show how a shunting-yard expression parser can work. Inspired to the Clang parser.

The Rust implementation is a complete (and arguably more stable) porting of the C version found under c.