More work on grammer and standard library! It can kinda load grammer now! Kinda. Marcus ran into the function pointer returns pointer ambiguity, so that'll have to be done tomorrow.
This commit is contained in:
11
tests/test_grammer.krak
Normal file
11
tests/test_grammer.krak
Normal file
@@ -0,0 +1,11 @@
|
||||
import io:*
|
||||
import grammer:*
|
||||
import string:*
|
||||
|
||||
fun main():int {
|
||||
var a = load_grammer(string("grammer.kgm"))
|
||||
println(a.to_string())
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user