From b7934daca5909d7e27367de043a8516998de88d0 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Mon, 27 May 2013 23:20:45 -0300 Subject: [PATCH] Updated README with link to syntax doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 82d085e..6882f3d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,12 @@ A scripted lisp language with simple syntax, immutable data structures, concurrency built-in, and 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.