1206 Commits (89799b9b8cb42a5e42487c0092f77bba15903068)
 

Author SHA1 Message Date
韩天峰 41aaff4094 refactor(core): restructure source directory organization and update imports 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 2 months ago
韩天峰 50e1ea6129 refactor(compiler): move name resolution methods to dedicated trait 2 months ago
韩天峰 e9182ed5b6 refactor(compiler): extract compilation state methods into trait 2 months ago
韩天峰 742820dc0f refactor(parser): move constant expression parsing to dedicated trait 2 months ago
韩天峰 7fdf7213ce refactor(compiler): extract declaration symbol and type compatibility traits 2 months ago
韩天峰 d5860c70ad feat(build): add native build configuration trait for cross-platform compilation 2 months ago
韩天峰 23d7f02117 refactor(parser): extract array expression handling to dedicated trait 2 months ago
韩天峰 516ec29dfa refactor(parser): move control flow parsing methods to dedicated traits 2 months ago
韩天峰 92ba131fe6 refactor(compiler): move foreach and switch parsing logic to dedicated traits 2 months ago
韩天峰 223c9b22b4 refactor(compiler): move composite type checker and property access methods to traits 2 months ago
韩天峰 7d34cad400 refactor(compiler): move property access logic to dedicated trait 2 months ago
韩天峰 cc0edf4f74 refactor(compiler): move method call parsing logic to dedicated trait 2 months ago
韩天峰 ab5dfaa722 refactor(parser): move class constant fetch and nullsafe access to separate traits 2 months ago
韩天峰 fd22ea34d9 refactor(compiler): move exception control flow logic to separate trait 2 months ago
韩天峰 a9e93eda28 feat(generator): add call argument generator trait for function call handling 2 months ago
韩天峰 eeca2e598b docs: update documentation references and compiler CLI guide 2 months ago
韩天峰 c494622ae4 feat(runtime): enhance AOT exception reporting with source file location 2 months ago
韩天峰 d54268fd8d refactor(aot): update object extension method lookup logic 2 months ago
韩天峰 7977893bbe feat(compiler): add object extension method support with parameter offset handling 2 months ago
韩天峰 7618d25c4e feat(extension): add support for lowerCamelCase extension method names 2 months ago
韩天峰 3e9c02a666 feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
韩天峰 bd2a3da14c feat(compiler): add PHP version control and pipe operator support 2 months ago
韩天峰 6059e07827 feat(compiler): implement dynamic static property fetch with runtime fallback 2 months ago
韩天峰 60aaced040 refactor(compiler): remove echo assignment error check and improve property handling 2 months ago
韩天峰 df268d19f4 Merge pull request 'fix: 修复类常量使用self作为方法参数默认值' (#16) from fix-class-const-default-value into master 2 months ago
韩天峰 959f2d1712 fix: resolve inherited class constants in defaults 2 months ago
韩天峰 fd085c10d0 feat(compiler): add support for embedded NUL bytes in string literals 2 months ago
Yurun 99d76ad5dc fix: 修复类常量使用self作为方法参数默认值 2 months ago
韩天峰 b6cc597725 feat(compiler): implement unified any() function handling and enhanced composite type checking 2 months ago
韩天峰 9f6a13d5f7 feat(compiler): add static type checking for composite types 2 months ago
韩天峰 35795be037 fix(backend): ensure response file cleanup and improve link error handling 2 months ago
韩天峰 0c2939738e docs(generator): update documentation for TypePHP FiberGenerator implementation 2 months ago
韩天峰 7faec8f459 feat(generator): enhance FiberGenerator implementation with improved error handling and type support 2 months ago
韩天峰 d251331ae4 fix(translator): handle reference return types in method generation 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 3d8eb272a6 feat(compiler): add support for dynamic class constant fetch expressions 2 months ago
韩天峰 330d7eb655 feat(parser): add support for promoted constructor properties 2 months ago
韩天峰 852709af96 docs: add PHP incompatibility classification documentation 2 months ago
韩天峰 fc5ad87f55 docs(backend): add backend-neutral IR design document 2 months ago
韩天峰 441091fbc5 refactor(compiler): standardize comment formatting in compiler output 2 months ago
韩天峰 be5e553bf7 test(aot): add ThinkPHP middleware and request filter test cases 2 months ago
韩天峰 78c01ca97b test(aot): add ThinkPHP pattern test cases for AOT compilation 2 months ago
韩天峰 f9c6abbbf9 test(aot): add test case for return value by reference method 2 months ago
韩天峰 2503c79f03 feat(parser): add support for method and static call reference assignments 2 months ago
韩天峰 128bfa7e85 feat(parser): add support for functions returning by reference 2 months ago
韩天峰 86b4d64d7d Merge pull request 'fix(compiler): 支持抽象/接口方法的按引用参数签名解析' (#15) from fix-ref-20260709 into master 2 months ago
韩天峰 20add2008a fix(compiler): resolve reference args through interfaces 2 months ago
韩天峰 88139f4da7 feat(build): add library build mode with proper target naming 2 months ago
韩天峰 b4a2de7ace feat(native): add native property assignment operation with class constant 2 months ago