embed token data into command line tool
This commit is contained in:
parent
87d51dd6bc
commit
bfa3d8518d
@ -1,3 +1,4 @@
|
||||
-main CommandLineInterface
|
||||
-neko ../neko/codeparser.n
|
||||
-cp ../src
|
||||
-cp ../src
|
||||
-resource ../data/all_tokens.hxd
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user