Improved documentation
This commit is contained in:
parent
b8dab29c54
commit
21e544640d
4 changed files with 58 additions and 71 deletions
5
src/core/readme.md
Normal file
5
src/core/readme.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
## [Function.go](Function.go)
|
||||
|
||||
This is the "heart" of the compiler.
|
||||
Each function runs [Compile](Compile.go) which organizes the source code into an abstract syntax tree that is then compiled via [CompileAST](CompileAST.go).
|
||||
You can think of AST nodes as the individual statements in your source code.
|
Loading…
Add table
Add a link
Reference in a new issue