Added in the beginnings of pass three which can parse and emit statements and code blocks
This commit is contained in:
@@ -2,6 +2,9 @@ import mem
|
||||
import vector
|
||||
import serialize
|
||||
|
||||
// maybe my favorite function
|
||||
fun do_nothing() {}
|
||||
|
||||
fun max<T>(a: T, b: T): T {
|
||||
if (a > b)
|
||||
return a;
|
||||
|
||||
Reference in New Issue
Block a user