The parser for the Granite toy language.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENCE | ||
README.md |
parsegranite
parsegranite
is the dedicated parser for the Granite toy language. It was originally a part of the Granite runtime but was split to turn into a library for use in other projects.
parsegranite
features everything you need to easily parse a Granite program as well as provides useful tools for runtimes.