[Feat] 增加数学库 std.math

[Fix] 修复resolveModulePath解析二级模块的一些Bug
This commit is contained in:
2025-12-29 17:25:06 +08:00
parent 7565ab7f65
commit cd106fc513
7 changed files with 365 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
/*
Official Module `std`
Library/std/std.fig
Official Module `std`
Library/std/std.fig
*/
import io; // link std.io
import value; // link std.type
import io; // link std.io
import value; // link std.type
import math; // link std.math