Added in checking the stdlib directory to Kalypso

This commit is contained in:
Nathan Braswell
2016-02-05 21:34:25 -05:00
parent f941cb98dd
commit 7a2cef08e8
6 changed files with 33 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ fun main(argc: int, argv: **char):int {
kraken_file_name = string(argv[1])
var parse.construct(gram): parser
var ast_pass.construct(): ast_transformation
var importer.construct(parse, ast_pass): importer
var importer.construct(parse, ast_pass, vector(string(), string("../stdlib/"))): importer
importer.import(kraken_file_name)
println("NOW DOING C_GENERATOR")
var c_generator.construct(): c_generator