From a8a23a6c21437086df4499d4d30b8b5b47bcd1ff Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Wed, 18 Mar 2020 11:20:20 -0700 Subject: First pass at a language reference (#1279) * First pass at a language reference We already had the `language-guide.md` document under `docs/`, but this is an attempt to introduce a more full-featured reference to the Slang language and its features. Right now it is mostly focused on the syntax and what the language allows to be declared, and it is a little light on semantic details throughout (mostly relying on familiarity with C to explain the things that are left unsaid). Even so, this hopefully provides a starting point to continue adding more detail. * typos and other small fixes --- docs/language-reference/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/language-reference/README.md (limited to 'docs/language-reference/README.md') diff --git a/docs/language-reference/README.md b/docs/language-reference/README.md new file mode 100644 index 000000000..9ed3c963d --- /dev/null +++ b/docs/language-reference/README.md @@ -0,0 +1,14 @@ +Slang Language Reference +======================== + +Contents +-------- + +* [1 - Introduction](01-introduction.md) +* [2 - Lexical Structure](02-lexical-structure.md) +* [3 - Preprocessor](03-preprocessor.md) +* [4 - Types](04-types.md) +* [5 - Expressions](05-expressions.md) +* [6 - Statements](06-statements.md) +* [7 - Declarations](07-declarations.md) +* [8 - Attributes](08-attributes.md) -- cgit v1.2.3