Updated documentation

This commit is contained in:
Eduard Urbach 2025-02-21 22:39:01 +01:00
parent cf1ed9948f
commit 65b74046e1
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 58 additions and 44 deletions

View file

@ -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)