Added runtime to the menu
This commit is contained in:
parent
0fb98af950
commit
88f1e1e705
@ -11,3 +11,5 @@ with the language.
|
|||||||
* [syntax/data structures](/doc/syntax.md) - Ginger is a lisp-based language, so if you know the syntax
|
* [syntax/data structures](/doc/syntax.md) - Ginger is a lisp-based language, so if you know the syntax
|
||||||
for the available data structures you know the syntax for the language
|
for the available data structures you know the syntax for the language
|
||||||
itself. There's very few data structures, meaning there's minimal syntax.
|
itself. There's very few data structures, meaning there's minimal syntax.
|
||||||
|
* [runtime](/doc/runtime.md) - How to structure your ginger data to be runnable by the ginger interpreter.
|
||||||
|
Includes execution, variable definition, scope, and function definition.
|
||||||
|
Loading…
Reference in New Issue
Block a user