add link to granite code
This commit is contained in:
parent
8ca6fdbf35
commit
ad0622124a
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
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
|
## 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.
|
It is recommended all new Granite programmers start at the syntax introduction to get familiar with how a Granite program is laid out.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue