|
|
1d97069ebd
|
[Fix] value库 double_from写错了靠
|
2026-01-02 19:28:20 +08:00 |
|
|
|
28e78be57a
|
[VER] 0.3.5-alpha
[FEAT] 现在,我们的内置类型 Int, String等也有构造函数了!像是StructType一样调用,Int{10}
[FEAT] List,Map赋值默认为Alias, 现在,通过 List{other}/Map{other} 来创建新的container! 复制出新的容器
[IMPL] Object toString对于 String type 输出进行修改!
[IMPL] ... 还有一些忘记了!
[ALL] Happy new year! And hope Fig-lang become better! Let's build a new world!
|
2026-01-01 16:38:21 +08:00 |
|
|
|
9f24392034
|
[VER] 0.3.4-alpha
[FEAT] 异常系统, try/catch/finally
|
2025-12-30 17:42:41 +08:00 |
|
|
|
92dcd19f39
|
[Impl] 增加版权信息,后续可能成为包要求
|
2025-12-29 19:45:54 +08:00 |
|
|
|
393a64cac9
|
[Impl] 移除 math库无用import
|
2025-12-29 18:55:17 +08:00 |
|
|
|
2a455a0487
|
[Feat] 实现 std.formater库,增加 std.io.printf函数
[Fix] 修复 evaluator中处理else if condVal类型错误的低级问题
[Feat] 为 String类型增加 insert, replace, erase函数
|
2025-12-29 18:27:39 +08:00 |
|
|
|
cd106fc513
|
[Feat] 增加数学库 std.math
[Fix] 修复resolveModulePath解析二级模块的一些Bug
|
2025-12-29 17:25:06 +08:00 |
|
|
|
25c971118a
|
[Feat] 可变参数 variadic! 目前函数若使用可变参数,参数只能为1个
语法 func (arg...) 获取到的类型为 List
若要判断类型,使用标准库 std.value.type
[Feat] 标准库 std.io std.value 实现,提供print,read等函数
详见 Library/std 实现
[Impl] 分离 builtin value 和 function注册
|
2025-12-26 22:26:06 +08:00 |
|
|
|
00240f1ed1
|
[Feat] 模块系统支持,使用 import x.x.x导入
[Fix] Context内部辅助函数修改, getStructName ....
[Feat] 增加字符串下标获取操作,和修改字符操作,实现使用了第四点的函数
[Impl] FString添加新方法 getRealChar, realReplace
[Fun] 在utf8_iterator中辱骂了C++
|
2025-12-26 20:47:57 +08:00 |
|
|
|
1d452fd8f0
|
[Impl] 间隔取消
|
2025-12-25 17:12:44 +08:00 |
|
|
|
f056b0ffbe
|
[Feat] 增加容器 List, Map, 以及对应Hash
[Impl] Addressable/Unaddressable Error现在内部存储FString而非View
|
2025-12-25 17:10:12 +08:00 |
|
|
|
fc35368d85
|
[Feat] 详细区分左值(LvObject)与右值(RvObject -> ObjectPtr)
[Impl] 重构evaluator.cpp + hpp 全部
[Feat] 增加对于IndexExpr的解析
[Fix][Impl] 现在点运算符不由BinaryExpr负责,增加MemberExpr,单独实现解析
[Impl] 项目目录全部翻修, src/目录下单独文件夹放置每一个模块
|
2025-12-24 17:54:38 +08:00 |
|