mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-20 17:48:46 +08:00
✨ 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