forked from xxq250/Nasal-Interpreter
✨ add import logic for use statement
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import.std.padding;
|
||||
import.std.file;
|
||||
use std.padding;
|
||||
use std.file;
|
||||
|
||||
var source=file.find_all_files_with_extension("./src","cpp","h");
|
||||
sort(source,func(a,b){return cmp(a,b)<0});
|
||||
|
||||
Reference in New Issue
Block a user