142 Commits (c9d9f58de065e6583c4c188baaa64c0601ac4a6b)

Author SHA1 Message Date
韩天峰 8918fae3ba fix(parser): stabilize compound array access paths 6 hours ago
hafung ec251655ba Fix repeated array offset evaluation in compound assignments 6 hours ago
韩天峰 d321666721 fix(parser): parse do-while body before condition 7 hours ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 10 hours ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 2 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 2 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 3 days ago
韩天峰 44095252d2 feat(parser): add support for final promoted properties and exit named arguments 3 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 3 days ago
韩天峰 795a8e0a1d feat(compiler): add PHP 8.5 clone-with support and scope handling 3 days ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 3 days ago
韩天峰 6dcafb652b test(compiler): add comprehensive negative compatibility tests and improve error handling 3 days ago
韩天峰 c5f478766e feat(compiler): add support for PHP 8.5 magic constants and namespace relative names 3 days ago
韩天峰 f64a1d5cb7 refactor(parser): remove unused methods and update call argument generation 3 days ago
韩天峰 101b9f6261 fix(parser): handle array value write dereferences correctly 5 days ago
韩天峰 e722501b3d refactor(generator): replace php prefixed helper functions with php namespace 6 days ago
韩天峰 d80f4a0d20 perf(parser): optimize array dimension fetch and selection operations 6 days ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 6 days ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 6 days ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 6 days ago
韩天峰 70d13a3601 修复 C++ 代码的缩进问题 6 days ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 6 days ago
韩天峰 ab1854beb0 refactor(parser): update local variable initializer hoisting logic 1 week ago
韩天峰 d33073c021 feat(compiler): add ArrayDef compile-time array contract support 1 week ago
韩天峰 244fa4d8b2 Immutable 实现 1 week ago
韩天峰 7fece68f12 Native Class 支持 迭代器 1 week ago
韩天峰 464de23051 Native Class 支持 ArrayAccess 1 week ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 1 week ago
韩天峰 2e6ddf98f1 Native Class 支持 [第九阶段] 1 week ago
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 1 week ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 1 week ago
韩天峰 7cf265cbc7 Native Class 支持 [第四阶段] 1 week ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 1 week ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 1 week ago
韩天峰 981b8f54d7 Native Class 支持 2 weeks ago
韩天峰 af0b6f9582 移除 8.2、8.3 版本的支持 2 weeks ago
韩天峰 ea08344c92 feat(parser): implement nullsafe operator temporary variable lifecycle management 2 weeks ago
韩天峰 a536172f82 feat(python): implement native bridge for python object calls and property access 2 weeks ago
韩天峰 a79610fb2c fix(compiler): resolve anonymous class names with proper namespace imports 2 weeks ago
韩天峰 01ea7c40be feat(parser): support dynamic class constant name fetch expressions 2 weeks ago
韩天峰 18dd9a8a32 fix(compiler): prevent static method call cache pollution with dynamic trampolines 2 weeks ago
韩天峰 e07b97d6cf feat(scope): enhance callback scope management with dynamic callable support 2 weeks ago
韩天峰 8e48b9d7fe feat(compiler): implement scoped callback support for dynamic method calls 2 weeks ago
韩天峰 b77fee697e feat(parser): add runtime method scope detection for dynamic calls 2 weeks ago
韩天峰 6fb8187b07 fix(parser): handle constant expression type detection with namespace fallback 2 weeks ago
韩天峰 8118fbd3dc feat(readonly): enforce direct assignment only for readonly properties 2 weeks ago
韩天峰 e5f61eabfe 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 2 weeks ago
韩天峰 a3ea91918d feat(parser): add readonly property unset protection 2 weeks ago
韩天峰 0ba5079336 fix(parser): handle temporary variable cleanup for weak reference expressions 2 weeks ago
韩天峰 7d7fa75d6f feat(compiler): add dynamic scope tracking for runtime method calls 2 weeks ago