diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-12-01 21:36:31 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-12-01 21:36:31 -0500 |
commit | ccc11c810d66c5847448293551cafd389f6e4508 (patch) | |
tree | 3c08e742898b8c0e0f4b7e90496dc0d60cf4a9b1 /spec/README.md | |
parent | ca052238d60206f4053f2557a8b11d77afe4baae (diff) |
[Readme] links and format updates
Diffstat (limited to 'spec/README.md')
-rw-r--r-- | spec/README.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/spec/README.md b/spec/README.md index 0e53e68..1517525 100644 --- a/spec/README.md +++ b/spec/README.md @@ -11,7 +11,7 @@ Right now, TNSL isn't a language. But it *could* be. And, really, I think it's ## Chapter Index -1. The Language +1. [The Language](./1.md) - Files - Blocks @@ -20,7 +20,7 @@ Right now, TNSL isn't a language. But it *could* be. And, really, I think it's - Operators - `raw` and `asm` -2. Related features +2. [Related features](./2.md) - Style guide - Compiler Options @@ -28,21 +28,22 @@ Right now, TNSL isn't a language. But it *could* be. And, really, I think it's - libtnsl - TNSL-lang export trees (T-LETs) -3. The TNSL Calling ABI +3. [The TNSL Calling ABI](./3.md) - Differences from C - Exporting C-like Functions - Types and Arrays in Memory -4. Features in Position +4. [Features in Position](./4.md) - Bare Metal - `libtnsl` as it relates to Types - Cross Calling to C -- Appendix A - Reserved Characters -- Appendix B - Reserved Words -- Appendix C - Speed vs the Type System +- [Appendix](./Appendices.md) + - A: Reserved Characters + - B: Reserved Words + - C: Speed vs the Type System ## Credits |