Added runtime to the menu

This commit is contained in:
Brian Picciano 2013-05-28 00:30:16 -03:00
parent 0fb98af950
commit 88f1e1e705

View File

@ -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
for the available data structures you know the syntax for the language
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.