Updated README with link to syntax doc
This commit is contained in:
parent
3663a6f33f
commit
b7934daca5
@ -2,3 +2,12 @@
|
|||||||
|
|
||||||
A scripted lisp language with simple syntax, immutable data structures, concurrency built-in, and
|
A scripted lisp language with simple syntax, immutable data structures, concurrency built-in, and
|
||||||
minimal time between starting the runtime and actual execution.
|
minimal time between starting the runtime and actual execution.
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
|
||||||
|
Documentation is broken up into different parts, more or less in the order a newcomer should read them to get familiar
|
||||||
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user