A toy programming language focused on being easy to parse and easy to understand.
Find a file
2024-08-21 21:58:16 +01:00
src Update to use new parser's enum for operators. 2024-08-21 21:58:16 +01:00
.gitignore bleck 2024-08-13 20:37:53 +01:00
Cargo.lock Update to use new parser's enum for operators. 2024-08-21 21:58:16 +01:00
Cargo.toml Update to use new parser's enum for operators. 2024-08-21 21:58:16 +01:00
LICENCE add EUPL 2024-08-14 12:36:42 +01:00
README.md update README 2024-08-16 14:51:40 +01:00

Granite

Granite is a toy programming language that is intended to be easy to parse and easy to understand (provided you can understand the language)

Docs

Documentation is available at https://granite.colean.cc/