Basic AST

This commit is contained in:
Nathan Braswell
2018-06-18 19:04:24 -04:00
parent e898e7b285
commit b5ce776726
6 changed files with 274 additions and 9 deletions

3
stdlib/simple.krak Normal file
View File

@@ -0,0 +1,3 @@
fun main(argc: int, argv: **char): int {
return 0
}