The parser for the Granite toy language.
Find a file
2024-08-21 21:56:44 +01:00
src Fix variable scoping issues. 2024-08-21 21:56:44 +01:00
.gitignore Split parser from runtime. 2024-08-21 21:14:02 +01:00
Cargo.lock Split parser from runtime. 2024-08-21 21:14:02 +01:00
Cargo.toml Split parser from runtime. 2024-08-21 21:14:02 +01:00
LICENCE Split parser from runtime. 2024-08-21 21:14:02 +01:00
README.md Split parser from runtime. 2024-08-21 21:14:02 +01:00

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.