58 Commits (58efbbc13a4d220577fbd8a360471a7f511b4d7e)

Author SHA1 Message Date
韩天峰 58efbbc13a feat(parser): implement ArrayAccess ??= operator support for nested targets 19 hours ago
Alessio Giacobbe 8f8ae77ec8
fix(codegen): PHP semantics for division, modulo, shifts and compound assignment on typed scalars (#45) --skip-tests 1 day ago
韩天峰 4e13e7b0ab fix: preserve ArrayAccess coalesce assignment semantics (fix gh-70) 2 days ago
韩天峰 fd20616236 fix compiler regression in internal calls and native arithmetic 2 days ago
韩天峰 a4820ff759 fix(coalesce): preserve reference array containers 2 days ago
韩天峰 10f16726e0 optimize non-native integer hot paths 2 days ago
Alessio Giacobbe 20f0b5a284
fix(codegen): evaluate compound ??= RHS only when the target is not set (#47) 2 days ago
韩天峰 af466b067c fix(parser): handle compound assignment operations on typed properties 3 days ago
韩天峰 9e0984acee Translate all Chinese notes into English 6 days ago
韩天峰 ee2afb08f7 Translate all Chinese notes into English 6 days ago
韩天峰 7d7977fc5a perf: streamline dynamic property writes 7 days ago
韩天峰 e8927bade0 fix: preserve object property reference semantics 7 days ago
韩天峰 8b1c8e7d26 perf: streamline dynamic property writes 7 days ago
韩天峰 7fa95d449f fix: preserve object property reference semantics 7 days ago
韩天峰 eccf5a0ef1 fix(compiler): enforce AST type boundaries 1 week ago
韩天峰 8918fae3ba fix(parser): stabilize compound array access paths 1 week ago
hafung ec251655ba Fix repeated array offset evaluation in compound assignments 1 week ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 1 week ago
韩天峰 101b9f6261 fix(parser): handle array value write dereferences correctly 2 weeks ago
韩天峰 d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 2 weeks ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 2 weeks ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 2 weeks ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 2 weeks ago
韩天峰 70d13a3601 修复 C++ 代码的缩进问题 2 weeks ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 2 weeks ago
韩天峰 ab1854beb0 refactor(parser): update local variable initializer hoisting logic 2 weeks ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 2 weeks ago
韩天峰 244fa4d8b2 Immutable 实现 2 weeks ago
韩天峰 464de23051 Native Class 支持 ArrayAccess 2 weeks ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 2 weeks ago
韩天峰 2e6ddf98f1 Native Class 支持 [第九阶段] 3 weeks ago
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 3 weeks ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 3 weeks ago
韩天峰 7cf265cbc7 Native Class 支持 [第四阶段] 3 weeks ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 3 weeks ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 3 weeks ago
韩天峰 981b8f54d7 Native Class 支持 3 weeks ago
韩天峰 8118fbd3dc feat(readonly): enforce direct assignment only for readonly properties 3 weeks ago
韩天峰 e5f61eabfe 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 4 weeks ago
韩天峰 069d3e61bb Python 互调用支持 4 weeks ago
韩天峰 70927ee68a feat(type-system): enforce typed object constraints after unset operations 4 weeks ago
韩天峰 833b74b344 重构 Trait 实现 4 weeks ago
韩天峰 2d4a1b8bb0 fix(parser): optimize concat assignment and ternary expression handling 1 month ago
韩天峰 a43828446c fix(parser): preserve references across all array write paths 1 month ago
Yurun c7d4b562c0 fix(parser): 修复数组元素引用赋值写回问题 1 month ago
韩天峰 8b76f841ad test(compiler): strengthen undefined coalesce assignment coverage 2 months ago
Yurun 0da07cb065 fix(compiler): 修复对未定义变量使用 ??= 时的编译错误 2 months ago
韩天峰 8be62dafb3 Optimize discarded trailing return values 2 months ago
韩天峰 4caed34458 feat(compiler): optimize fixed array returns as tuples 2 months ago
韩天峰 1403590a32 feat(parser): add array reference support and improve foreach handling 2 months ago