1078 Commits (959f2d171220a8aa3d800d236630b912145e02bc)
 

Author SHA1 Message Date
韩天峰 959f2d1712 fix: resolve inherited class constants in defaults 2 months ago
Yurun 99d76ad5dc fix: 修复类常量使用self作为方法参数默认值 2 months ago
韩天峰 9f6a13d5f7 feat(compiler): add static type checking for composite types 2 months ago
韩天峰 35795be037 fix(backend): ensure response file cleanup and improve link error handling 2 months ago
韩天峰 0c2939738e docs(generator): update documentation for TypePHP FiberGenerator implementation 2 months ago
韩天峰 7faec8f459 feat(generator): enhance FiberGenerator implementation with improved error handling and type support 2 months ago
韩天峰 d251331ae4 fix(translator): handle reference return types in method generation 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 3d8eb272a6 feat(compiler): add support for dynamic class constant fetch expressions 2 months ago
韩天峰 330d7eb655 feat(parser): add support for promoted constructor properties 2 months ago
韩天峰 852709af96 docs: add PHP incompatibility classification documentation 2 months ago
韩天峰 fc5ad87f55 docs(backend): add backend-neutral IR design document 2 months ago
韩天峰 441091fbc5 refactor(compiler): standardize comment formatting in compiler output 2 months ago
韩天峰 be5e553bf7 test(aot): add ThinkPHP middleware and request filter test cases 2 months ago
韩天峰 78c01ca97b test(aot): add ThinkPHP pattern test cases for AOT compilation 2 months ago
韩天峰 f9c6abbbf9 test(aot): add test case for return value by reference method 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
韩天峰 86b4d64d7d Merge pull request 'fix(compiler): 支持抽象/接口方法的按引用参数签名解析' (#15) from fix-ref-20260709 into master 2 months ago
韩天峰 20add2008a fix(compiler): resolve reference args through interfaces 2 months ago
韩天峰 88139f4da7 feat(build): add library build mode with proper target naming 2 months ago
韩天峰 b4a2de7ace feat(native): add native property assignment operation with class constant 2 months ago
韩天峰 e5dbf10ceb feat(ocean): add ocean demo with Godot integration 2 months ago
韩天峰 348c3d01fc feat(minecraft-demo): add C++ backend and Godot extension for Minecraft demo 2 months ago
韩天峰 7e28e8441b feat(build): add support for building shared libraries in addition to binaries and extensions 2 months ago
Yurun 94b61d58f8 fix(compiler): 支持抽象/接口方法的按引用参数签名解析 2 months ago
韩天峰 d2b7a36430 fix(compiler): resolve bitwise not operation on class constants in AOT compilation 2 months ago
韩天峰 631a1ef6b2 refactor(docs): update file paths and directory structure references 2 months ago
韩天峰 8ac4c5872d refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
韩天峰 da0707e4d0 remove(Python): remove Python translator and example file 2 months ago
韩天峰 719b2ce4fc docs(project): remove unused files and documentation entries 2 months ago
韩天峰 633a7d232c docs(language): update TypePHP language design principles 2 months ago
韩天峰 7047597299 chore(project): update project name from Swoole-Compiler to TypePHP 2 months ago
韩天峰 777d6b6c36 rename(project): refactor Swoole-Compiler to TypePHP 2 months ago
韩天峰 995d23cfc8 fix(php): resolve native property assignment type checking and conversion issues 2 months ago
韩天峰 addbf897f9 test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 75bf9f4113 feat(compiler): add compiler command validation and path resolution 2 months ago
韩天峰 be4835991e test(aot): add Symfony framework integration test cases 2 months ago
韩天峰 7711a91dec test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 19d74e459d test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 748eb37e99 test(aot): add Symfony framework compatibility tests 2 months ago
韩天峰 ec4a12f122 refactor(polyfills): update complex_types class structure and methods 2 months ago
韩天峰 af3472bd9a feat(parser): add native property assignment and compound assignment support 2 months ago
韩天峰 d767104e1c refactor(php): separate internal constants loading logic 2 months ago
韩天峰 898c1fffdc test(aot): 添加 Symfony 模式测试用例 2 months ago
韩天峰 ed3f166997 test(aot): 添加 Symfony 组件模式测试 2 months ago
韩天峰 9ffe109cb1 feat: 添加斗地主Win32示例游戏 2 months ago
韩天峰 91af3ea0ea chore: 升级版本至 0.3.0 2 months ago
韩天峰 6577f9bf81 fix: 修正项目名称与输出目录的解析逻辑 2 months ago
韩天峰 fc5eeb3c0f refactor:统一整数字面量生成并添加平台后缀支持 2 months ago