Updated documentation

This commit is contained in:
2025-02-21 22:39:01 +01:00
parent 264872e638
commit 7598411c8f
6 changed files with 58 additions and 44 deletions

@ -26,3 +26,12 @@
- [token](token) - Converts a file to tokens with the `Tokenize` function
- [types](types) - Type system
- [x86](x86) - x86-64 implementation
## Typical flow
1. [main](../main.go)
1. [cli.Main](cli/Main.go)
1. [build.Run](build/Run.go)
1. [scanner.Scan](scanner/Scan.go)
1. [compiler.Compile](compiler/Compile.go)
1. [compiler.WriteFile](compiler/WriteFile.go)