2017-12-06 23:23:30 +00:00
|
|
|
# Documentation
|
|
|
|
|
2018-01-04 00:15:04 +00:00
|
|
|
**★ WORK IN PROGRESS ★**
|
|
|
|
|
|
|
|
|
|
|
|
## Compiler usage
|
|
|
|
|
2018-01-18 21:35:25 +00:00
|
|
|
* [Getting started](api/getting-started.md)
|
|
|
|
|
2018-01-04 00:15:04 +00:00
|
|
|
* [Command-line option reference](api/command-line.md)
|
|
|
|
|
|
|
|
* [Target platform reference](api/target-platforms.md)
|
|
|
|
|
|
|
|
## Language reference
|
|
|
|
|
2018-01-18 21:35:25 +00:00
|
|
|
* [Syntax](lang/syntax.md)
|
|
|
|
|
|
|
|
* [Types](lang/types.md)
|
|
|
|
|
|
|
|
* [Operators reference](lang/operators.md)
|
|
|
|
|
|
|
|
* [Functions](lang/functions.md)
|
2018-01-10 12:08:24 +00:00
|
|
|
|
2018-01-04 00:15:04 +00:00
|
|
|
* [Inline assembly syntax](lang/assembly.md)
|
|
|
|
|
|
|
|
* [Important guidelines regarding reentrancy](lang/reentrancy.md)
|
|
|
|
|
|
|
|
|
|
|
|
## Implementation details
|
|
|
|
|
|
|
|
* [Variable storage](abi/variable-storage.md)
|
|
|
|
|
|
|
|
* [Undefined behaviour](abi/undefined-behaviour.md)
|
|
|
|
|
|
|
|
* [Undocumented instruction support](abi/undocumented.md)
|
|
|
|
|
|
|
|
* [Reference for labels in generated assembly code](abi/generated-labels.md)
|