38 Commits (7d7977fc5a7d75fd47a2dc51a6f8a2b34bd63bf4)

Author SHA1 Message Date
韩天峰 fb79fb832c fix(parser): preserve runtime class in static calls 19 hours ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 4 days ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 4 days ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 4 days ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 4 days ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 1 week ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 1 week ago
韩天峰 244fa4d8b2 Immutable 实现 1 week ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 2 weeks ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 2 weeks ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 2 weeks ago
韩天峰 981b8f54d7 Native Class 支持 2 weeks ago
韩天峰 a536172f82 feat(python): implement native bridge for python object calls and property access 2 weeks ago
韩天峰 18dd9a8a32 fix(compiler): prevent static method call cache pollution with dynamic trampolines 3 weeks ago
韩天峰 8e48b9d7fe feat(compiler): implement scoped callback support for dynamic method calls 3 weeks ago
韩天峰 b77fee697e feat(parser): add runtime method scope detection for dynamic calls 3 weeks ago
韩天峰 8118fbd3dc feat(readonly): enforce direct assignment only for readonly properties 3 weeks ago
韩天峰 e5f61eabfe 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 3 weeks ago
韩天峰 7d7fa75d6f feat(compiler): add dynamic scope tracking for runtime method calls 3 weeks ago
韩天峰 6c97b4f301 feat(python): add Python IDE helper generation and update object conversion methods 3 weeks ago
韩天峰 069d3e61bb Python 互调用支持 3 weeks ago
韩天峰 2be13eefcd feat(parser): add static call handling and Python module integration 3 weeks ago
韩天峰 cb03570212 refactor(context): remove runtime checked objects tracking mechanism 3 weeks ago
韩天峰 70927ee68a feat(type-system): enforce typed object constraints after unset operations 3 weeks ago
韩天峰 b1b40d6a09 fix(parser): ensure correct argument evaluation order for native calls 3 weeks ago
韩天峰 ca41af9bb5 fix(parser): ensure left-to-right evaluation order for PHP expressions in C++ 3 weeks ago
韩天峰 833b74b344 重构 Trait 实现 3 weeks ago
韩天峰 18b798e8ce 编译期注解语法支持 1 month ago
韩天峰 871bf3a950 fix(compiler): handle DynamicCall exception in method resolution 1 month ago
韩天峰 f34fe1844d fix(compiler): preserve trait parent scope 1 month ago
Yurun 9d22e8ca24 fix: 修复trait中parent::调用及方法覆盖兼容性校验 1 month ago
Yurun 02e16794b8 fix(compiler): 修复静态方法调用按引用参数传值问题 2 months ago
韩天峰 bc8e4a685b feat(installer): add libphpx.so auto-build support and improve PHP detection 2 months ago
韩天峰 492116d3c0 refactor(tests): replace native_types and complex_types with Type constants 2 months ago
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 2 months ago
韩天峰 cc0edf4f74 refactor(compiler): move method call parsing logic to dedicated trait 2 months ago