A simple expression parser using the shunting yard algorithm
Find a file
2026-01-21 11:12:21 -05:00
.github/workflows update gh workflows 2025-06-11 12:48:18 -04:00
src only push expressions when there are no errors 2025-10-18 17:07:20 -04:00
.gitignore tokenizer 2023-01-26 21:00:02 -05:00
Cargo.toml finish updating after name change 2026-01-21 11:12:21 -05:00
LICENSE add license 2023-02-24 17:57:36 -08:00
README.md finish updating after name change 2026-01-21 11:12:21 -05:00

Selkirk

An expression parser using the shunting yard algorithm, with additional features.

The name is a reference to Selkirk Yard, a large freight railroad yard originally built by the New York Central Railroad and now owned by CSX as its main classification yard for the Northeastern United States.

Documentation