mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-20 09:38:46 +08:00
⚡ optimize lib.nas
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use std.padding;
|
||||
use std.file;
|
||||
use std.io;
|
||||
|
||||
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