|
|
e28921ae02
|
[VER] 0.3.7-alpha
[Fix] 修复科学表达式数字解析的问题(Lexer引起) 由 Satklomi发现,感谢
[Feat] 增加Compiler相关定义,将开发BytecodeVM
[Tip] Evaluator进入Bug fix阶段,新功能延缓开发。转向VM
|
2026-01-14 17:28:38 +08:00 |
|
|
|
d4fb42afc4
|
[Action] fix error: unknown type name 'uint8_t'
|
2026-01-03 20:33:02 +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 |
|
|
|
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 |
|
|
|
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 |
|