93 Commits (9d6e8bdc4d33dc28e8b95d66fcd51cb8629ae505)

Author SHA1 Message Date
韩天峰 9d6e8bdc4d fix(enum): enforce case uniqueness and final semantics 2 days ago
韩天峰 b46f62da30 feat(enum): fold backed case constant expressions 2 days ago
Alessio Giacobbe 4ca9072f36
fix(codegen): register enum-case class constants as real case objects (#51) --skip-tests 2 days ago
韩天峰 718c3dad25 refactor(translator): replace global variable with singleton pattern 3 days ago
韩天峰 f03c0b12c6 fix: harden typed constant inheritance 3 days ago
Alessio Giacobbe 284abddba6
fix(gen_stub): spell PHP_INT_MIN constants with ZEND_LONG_MIN (#48) --skip-tests 4 days ago
pratik bhujel 2d81626a84 fix(generator): normalize float literal emission and handle INF/NAN constants 6 days ago
韩天峰 9e0984acee Translate all Chinese notes into English 1 week ago
韩天峰 ee2afb08f7 Translate all Chinese notes into English 1 week ago
韩天峰 7f0a8181f5 fix(attribute): preserve enum case arguments 1 week ago
原点 6e593b3d46 fix(gen_stub): use toVarEscapedName for union type ZEND_TYPE_INIT_CLASS 1 week ago
韩天峰 af2b03c111 fix(cli): support Composer entrypoint and isolate stub symbols 1 week ago
韩天峰 642e9a7e4b fix(generator): use interned strings for persistent class metadata 2 weeks ago
韩天峰 3def25cc3c feat(compiler): add support for PHP 8.5 constant expression casts 2 weeks ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 2 weeks ago
韩天峰 4c59d9a21b feat(compiler): add DNF type support for method signatures and variance 2 weeks ago
韩天峰 f64a1d5cb7 refactor(parser): remove unused methods and update call argument generation 2 weeks ago
韩天峰 2ffd4ded19 Native Class 支持 [完结] 3 weeks ago
韩天峰 7d1a90a340 Native Class 支持 [第六阶段] 3 weeks ago
韩天峰 981b8f54d7 Native Class 支持 3 weeks ago
韩天峰 af0b6f9582 移除 8.2、8.3 版本的支持 3 weeks ago
韩天峰 2f229ee0ac feat(generator): add PHP 8.4 interface property hook contracts support 3 weeks ago
韩天峰 5162261c75 fix(stub): remove pseudo-type aliases that could rewrite property names 3 weeks ago
韩天峰 2a1ca3b1a0 feat(compiler): add PHP 8.4 property hooks support with Zend metadata registration 4 weeks ago
韩天峰 525a4e4412 fix: register TypePHP functions with strict types 4 weeks ago
韩天峰 833b74b344 重构 Trait 实现 4 weeks ago
韩天峰 21d0224769 feat(compiler): enhance big number type handling in logical operations 1 month ago
韩天峰 df43b2a1fd fix(generator): handle class constant parameter defaults correctly 1 month ago
韩天峰 0b1a45660e fix(compiler): resolve class and interface dependency registration issues 1 month ago
韩天峰 1527a44854 fix(stub): normalize special class constant references 1 month ago
韩天峰 3211be2833 fix(stub): harden heredoc and nowdoc C++ escaping 1 month ago
Yurun d16717eb61 fix(stub): 修复heredoc/nowdoc字符串生成非法C++的问题 1 month ago
Yurun edcbcf7cff fix(stub): 修复 self/parent/static 类常量引用解析失败的问题 1 month ago
韩天峰 ea02ec096f feat(compiler): add constant expression validation and runtime attribute factories 1 month ago
韩天峰 18b798e8ce 编译期注解语法支持 1 month ago
韩天峰 8bcd6ce863 feat(entity): add compile-time attributes and printer functionality 2 months ago
韩天峰 5ed5c4e384 feat(compiler): add NoExport attribute support for library ABI control 2 months ago
韩天峰 82739d3d66 fix(compiler): validate property default expressions 2 months ago
Yurun a1b09926a3 fix(compiler): 修复类常量继承重写及类型推断 2 months ago
韩天峰 c7bdfd883d refactor(compiler): replace output parameters with return values and adjust visibility 2 months ago
韩天峰 492116d3c0 refactor(tests): replace native_types and complex_types with Type constants 2 months ago
韩天峰 431817dee3 feat(extension): implement ExtensionProvider attribute for universal method extensions 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 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
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 330d7eb655 feat(parser): add support for promoted constructor properties 2 months ago
韩天峰 d2b7a36430 fix(compiler): resolve bitwise not operation on class constants in AOT compilation 2 months ago
韩天峰 8ac4c5872d refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
韩天峰 2a75143036 fix(aot): 处理类常量引用的全限定类名 2 months ago