20 Commits (a0ece071cc928ff2db4c19fb35e4e358eda0688e)

Author SHA1 Message Date
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 688993e587 refactor(compiler): extract diagnostic and unary expression traits 2 months ago
韩天峰 41aaff4094 refactor(core): restructure source directory organization and update imports 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 2 months ago
韩天峰 742820dc0f refactor(parser): move constant expression parsing to dedicated trait 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
韩天峰 3e9c02a666 feat(parser): add support for PHP 8.4 property hooks and asymmetric visibility 2 months ago
韩天峰 b6cc597725 feat(compiler): implement unified any() function handling and enhanced composite type checking 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 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
韩天峰 631a1ef6b2 refactor(docs): update file paths and directory structure references 2 months ago