Now actually have standard_grammar and with_import in scope let and all other ways in, having implemented let-vrec for mutually recursive vaus and fixing bugs. Tiny placeholder new_kraken definition and test.
This commit is contained in:
@@ -1307,6 +1307,6 @@ fun main(argc: int, argv: **char): int {
|
||||
params.add(kpString(str(argv[i])))
|
||||
}
|
||||
env->set(str("*ARGV*"), kpArray(params))
|
||||
println(rep(grammar, env, str("(eval (read-string (slurp \"./new_kraken.kp\")))")))
|
||||
println(rep(grammar, env, str("(eval (read-string (slurp \"./prelude.kp\")))")))
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user