embed token data into command line tool

This commit is contained in:
John Bintz 2008-10-21 06:29:45 -04:00
parent 87d51dd6bc
commit bfa3d8518d
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
-main CommandLineInterface
-neko ../neko/codeparser.n
-cp ../src
-cp ../src
-resource ../data/all_tokens.hxd

View File

@ -27,7 +27,7 @@ class CommandLineInterface {
var code = neko.io.File.getContent(filepath);
var parser = new CodeParser();
parser.load_all_processors_from_disk();
parser.load_processors_from_resources();
var results = parser.parse(code);