summaryrefslogtreecommitdiff
path: root/spec/README.md
blob: 67f7e39fa546efb2a7bfdcf32e16e209c5e8164c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Version 0.0.1
# The TNSL Language Specification

## Forward

I forgot what TNSL stands for.  I now worry that it's one of those "ATM Machine" situations.

-CircleShift

## Chapter Index

1. [The Language](./1.md)

	- Files
	- Blocks
	- Statements
	- Types
	- Operators
	- `raw` and `asm`

2. [Related features](./2.md)

	- Style guide
	- Compiler Options
	- The Pre-Processor
	- libtnsl
	- TNSL-lang export trees (T-LETs)

3. [The TNSL Calling ABI](./3.md)

	- Differences from C
	- Exporting C-like Functions
	- Types and Arrays in Memory

4. [Features in Position](./4.md)

	- Bare Metal
	- `libtnsl` as it relates to Types
	- Cross Calling to C

- [Appendix](./Appendices.md)
	- A: Reserved Characters
	- B: Reserved Words
	- C: Speed vs the Type System

## License

	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at http://mozilla.org/MPL/2.0/.