some tests failing because things have been made reference in vector, but grammer actually generates the state set for the real grammer in 2 minutes or so after a day of profiling and bugfixing, so this is gonna be committed.

This commit is contained in:
Nathan Braswell
2015-08-05 03:43:34 -04:00
parent e1dbe08c0a
commit dec9b7d0bd
13 changed files with 151 additions and 60 deletions

View File

@@ -27,5 +27,7 @@ fun main():int {
println("all:")
s.for_each( fun(it: int) println(it); )
println("all ref:")
s.for_each( fun(it: ref int) println(it); )
return 0
}