13 Commits (683a7c6ec05456dc7f6fcf3fc8c5674e8b0f7475)

Author SHA1 Message Date
Alessio Giacobbe e259b3fbd1
fix(parser): parenthesize unary minus operands that can change the C++ parse (#46) --skip-tests 5 days ago
Alessio Giacobbe 97069e5d5b
fix(parser): parenthesize unary minus operand to avoid C++ pre-decrement 1 week ago
韩天峰 9fc5755544 feat(parser): add support for PHP 8.5 void cast syntax 2 weeks ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 3 weeks ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 3 weeks ago
韩天峰 981b8f54d7 Native Class 支持 3 weeks ago
韩天峰 069d3e61bb Python 互调用支持 4 weeks ago
韩天峰 a7b16dc1be feat(parser): enhance constant integer arithmetic handling with native mode checks 1 month ago
韩天峰 f2c9309857 修复常量字面量运算溢出未转浮点的问题 1 month ago
韩天峰 21d0224769 feat(compiler): enhance big number type handling in logical operations 1 month ago
韩天峰 f38b6cf0c2 feat(compiler): enhance big numeric type handling with improved conversions and validations 1 month ago
韩天峰 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