summaryrefslogtreecommitdiffstats
path: root/docs/language-reference
Commit message (Collapse)AuthorAge
* Hotfix/doc typo5 (#2070)jsmall-nvidia2021-12-22
| | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix typos in introduction and conventional features. * Struct inheritance is allowed. Fix some typos.
* Hotfix/doc typos3 (#2065)jsmall-nvidia2021-12-20
| | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix typos in docs. * Fix some typos.
* Hotfix/doc typos2 (#2064)jsmall-nvidia2021-12-20
| | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix typos in docs.
* Hotfix/doc typos (#2063)jsmall-nvidia2021-12-20
| | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Typos in 07-declarations.md
* Hotfix/doc typo lexical (#1696)jsmall-nvidia2021-02-08
| | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix typo
* First pass at a language reference (#1279)Tim Foley2020-03-18
* 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