Tweaks and rearrangements

This commit is contained in:
2022-11-12 02:02:26 +11:00
committed by GitHub
parent b0f2767a8f
commit 3219540901
3 changed files with 19 additions and 3 deletions

View File

@@ -43,13 +43,18 @@ print tally(); //3
* [Quick Start Guide](quick-start-guide)
* [Types](types)
* [Standard Library](standard-library)
* ~~Timer Library~~ Under Development
* [Game Engine](game-engine)
# Deep Dive
* [Embedding Toy](embedding-toy)
* [Using Toy](using-toy)
* [Compiling Toy](compiling-toy)
* [Standard Library](standard-library)
* [Developing Toy](developing-toy)
* [Testing Toy](testing-toy)
* [Roadmap](roadmap)
* [Game Engine](game-engine)
# Version Differences