mcilloni / expr-parsing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 59.5%Language:C 40.1%Language:Meson 0.4%