Updated documentation
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user