yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Theresa FoleyAdd skeleton of a language reference. (#4808)e4088cd60

master
484 B16 linesraw

Note: This document is a work in progress. It is both incomplete and, in many cases, inaccurate.

Slang Language Reference

Contents

1> Note: This document is a work in progress. It is both incomplete and, in many cases, inaccurate.
2
3Slang Language Reference
4========================
5
6Contents
7--------
8
9* [1 - Introduction](01-introduction.md)
10* [2 - Lexical Structure](02-lexical-structure.md)
11* [3 - Preprocessor](03-preprocessor.md)
12* [4 - Types](04-types.md)
13* [5 - Expressions](05-expressions.md)
14* [6 - Statements](06-statements.md)
15* [7 - Declarations](07-declarations.md)
16* [8 - Attributes](08-attributes.md)