TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 b3c7ee9bd3 feat(compiler): add static cache optimization and late static call improvements 2 days ago
..
Analysis fix(static-analysis): resolve high-value type issues 1 week ago
ArrayDef fix(array-def): update list index validation to use PHP's append position 2 weeks ago
Backend feat(cli): add compiler option and improve completion for tpc 2 days ago
Build feat(cli): add compiler option and improve completion for tpc 2 days ago
Cli feat(cli): add compiler option and improve completion for tpc 2 days ago
Config refactor(compiler): migrate symbol storage to repository pattern with diagnostic reporter 2 months ago
Context fix compiler regression in internal calls and native arithmetic 4 days ago
Diagnostics fix(compiler): enforce AST type boundaries 1 week ago
Entity fix(trait): validate adaptations and member values 2 days ago
Exception 编译期注解语法支持 2 months ago
Generator feat(compiler): add static cache optimization and late static call improvements 2 days ago
Immutable Immutable 实现 3 weeks ago
Installer fix(installer): parse php-config flags safely, fix gh-36 6 days ago
Metadata feat(cli): add compiler option and improve completion for tpc 2 days ago
NativeClass refactor(parser): remove redundant null checks in binary operation and closure processing 1 week ago
Optimizer fix: reject unsupported Decimal round modes 3 days ago
Parser feat(compiler): add static cache optimization and late static call improvements 2 days ago
Platform Translate all Chinese notes into English 1 week ago
Python feat(python): implement native bridge for python object calls and property access 3 weeks ago
PythonTools Translate all Chinese notes into English 1 week ago
Resolver fix(type): validate compound type declarations 2 days ago
Symbol Translate all Chinese notes into English 1 week ago
Testing feat(testing): add test coverage analyzer tool 2 weeks ago
Transform docs: clarify attribute factory name resolution timing 1 week ago
TypeSystem fix(type): validate compound type declarations 2 days ago
Assert.php fix(static-analysis): resolve high-value type issues 1 week ago
CompilerBase.php feat(compiler): add static cache optimization and late static call improvements 2 days ago
CompilerTest.php refactor(docs): update file paths and directory structure references 2 months ago
Extractor.php Translate all Chinese notes into English 1 week ago
Preprocessor.php fix(type): validate compound type declarations 2 days ago
Translator.php perf: add request-local dynamic call caches 2 days ago
Type.php refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
compiler.php fix: #72 resolve paths from TYPEPHP_HOME before getcwd (#73) 3 days ago
gen_stub.php fix(enum): enforce runtime and declaration invariants 2 days ago
polyfills.php feat(compiler): add ArrayDef compile-time array contract support 2 weeks ago