parsegranite/README.md

5 lines
322 B
Markdown
Raw Normal View History

2024-08-20 23:26:25 +01:00
# parsegranite
2024-08-21 21:14:02 +01:00
`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.
2024-08-20 23:26:25 +01:00
2024-08-21 21:14:02 +01:00
`parsegranite` features everything you need to easily parse a Granite program as well as provides useful tools for runtimes.