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.
 
 
韩天峰 3b3711c139 feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
..
Analysis refactor(core): restructure namespace and file organization 2 months ago
Backend feat(msvc): add compiler pdb support for debug builds 3 weeks ago
Build feat(closure): implement proper lexical scope handling for closures 3 weeks ago
Config refactor(compiler): migrate symbol storage to repository pattern with diagnostic reporter 2 months ago
Context fix(compiler): reject native symbol collisions 4 weeks ago
Diagnostics 编译期注解语法支持 1 month ago
Entity fix(compiler): reject native symbol collisions 4 weeks ago
Exception 编译期注解语法支持 1 month ago
Generator refactor(parser): change numeric parsing to always return strings 3 weeks ago
Installer feat(installer): add libphpx.so auto-build support and improve PHP detection 1 month ago
Metadata feat(wasm): add TypePHP WASM implementation plan and trait scope guard support 3 weeks ago
Optimizer 修复读取动态属性多调用一次 __isset 魔术方法的问题 3 weeks ago
Parser feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
Platform 改进 Windows 打包和前置检测 4 weeks ago
Resolver fix(generator): handle class constant parameter defaults correctly 3 weeks ago
Symbol feat(entity): add compile-time attributes and printer functionality 1 month ago
Transform Fix windows 4 weeks ago
TypeSystem feat(closure): implement proper lexical scope handling for closures 3 weeks ago
Assert.php refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
CompilerBase.php feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
CompilerTest.php refactor(docs): update file paths and directory structure references 2 months ago
Extractor.php refactor(docs): update file paths and directory structure references 2 months ago
Preprocessor.php feat(compiler): enhance big number type handling in logical operations 3 weeks ago
Translator.php fix(generator): ensure all generated C values are returned as strings 3 weeks ago
Type.php refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
compiler.php Fix windows issues 4 weeks ago
functions.php refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
gen_stub.php feat(compiler): enhance big number type handling in logical operations 3 weeks ago
polyfills.php 编译期注解语法支持 1 month ago