Shorter AST names
This commit is contained in:
@@ -124,7 +124,7 @@ fun main(argc: int, argv: **char):int {
|
||||
/*var parsers = vec(parse1,parse2,parse3,parse4,parse5,parse6,parse7,parse8)*/
|
||||
|
||||
// This is our REPL loop
|
||||
var scope = ast_translation_unit_ptr(str("stdin"))
|
||||
var scope = _translation_unit(str("stdin"))
|
||||
if (doing_repl) {
|
||||
/*var globals = setup_globals(importer.name_ast_map)*/
|
||||
while (doing_repl) {
|
||||
|
||||
Reference in New Issue
Block a user