add link to granite code

This commit is contained in:
abbie 2024-09-18 12:08:04 +01:00
parent 8ca6fdbf35
commit ad0622124a
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -3,6 +3,11 @@ Granite is a toy programming language focused around being unconventional but st
The main implementation of Granite is written in Rust and is capable of both parsing and executing Granite programs.
## Get Granite
The current recommended way to use the Granite language is to compile and use the official Granite runtime.
[The source code for the Granite runtime is available here. It is recommended to use the main branch. Only use another branch if you know what you're doing.](https://git.colean.cc/threeoh6000/granite)
## Where to start
It is recommended all new Granite programmers start at the syntax introduction to get familiar with how a Granite program is laid out.