197 Commits (6d45c64b4d4b5a80c02366de5e5ee37ffe0573c8)

Author SHA1 Message Date
韩天峰 41e11a66e6 refactor(build): update runtime initialization and linking for native modules 4 days ago
韩天峰 cb1e12f11f perf(compiler): optimize array statement writes and class constant lookups 5 days ago
韩天峰 7418b6247e feat(parser): optimize string concatenation assignment operations 5 days ago
韩天峰 244fa4d8b2 Immutable 实现 7 days ago
韩天峰 7cf265cbc7 Native Class 支持 [第四阶段] 1 week ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 1 week ago
韩天峰 6c9adbccad feat(wasm): upgrade preview2-shim and add mutable filesystem support 2 weeks ago
韩天峰 64afbc9656 feat(python): generate builtin helpers and convert native calls 2 weeks ago
韩天峰 6c97b4f301 feat(python): add Python IDE helper generation and update object conversion methods 2 weeks ago
韩天峰 a4f1188a7e test(wasm): add comprehensive WASM testing infrastructure and runtime 2 weeks ago
韩天峰 3d36928e8b feat(wasm): add WASI component library mode with WIT interface generation 3 weeks ago
韩天峰 ac16f5fbac feat(wasm): update WASI build system with explicit browser/component profiles 3 weeks ago
韩天峰 9e26887c03 feat(wasm): add WASI program build script and HTTP fetch support 3 weeks ago
韩天峰 07c7d4b84a feat(compiler): add WASI 0.2 browser and component compilation support 3 weeks ago
韩天峰 8503c7c32c 支持 wasm 3 weeks ago
yangweijie a92fc0dfd7 add onepiece-ddz game example 3 weeks ago
韩天峰 89e58350a8 Fix windows 4 weeks ago
韩天峰 2a1a11d1b5 feat(ssh-tunnel-qt): add application icon support for cross-platform display 4 weeks ago
韩天峰 f89a7d69b9 add ssh-tunnel-manager 4 weeks ago
韩天峰 2bc1cc12ad feat(examples): add const new expression example 1 month ago
韩天峰 ea02ec096f feat(compiler): add constant expression validation and runtime attribute factories 1 month ago
韩天峰 18b798e8ce 编译期注解语法支持 1 month ago
韩天峰 3ac611220e feat(compiler): implement external library import stub generation and handling 1 month ago
韩天峰 11e89428d0 feat(compiler): add library-specific stub function handling 1 month ago
韩天峰 fa7e2cf7c1 docs(examples): add return multi values example for PHP 1 month ago
韩天峰 b0455f143a rename(compiler): update compiler executable name from compiler.php to tpc.php 1 month ago
韩天峰 492116d3c0 refactor(tests): replace native_types and complex_types with Type constants 1 month ago
韩天峰 11d4c23085 refactor(build): extract command options and resource compilation to traits 2 months ago
韩天峰 41aaff4094 refactor(core): restructure source directory organization and update imports 2 months ago
韩天峰 c494622ae4 feat(runtime): enhance AOT exception reporting with source file location 2 months ago
韩天峰 2bad099e09 feat(generator): add yield and generator support using Fiber backend 2 months ago
韩天峰 88139f4da7 feat(build): add library build mode with proper target naming 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
韩天峰 da0707e4d0 remove(Python): remove Python translator and example file 2 months ago
韩天峰 9ffe109cb1 feat: 添加斗地主Win32示例游戏 2 months ago
韩天峰 6577f9bf81 fix: 修正项目名称与输出目录的解析逻辑 2 months ago
韩天峰 c3f0151e87 feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
韩天峰 b40a448804 docs(examples): 添加 FFI 崩溃示例 2 months ago
韩天峰 6e5b186c91 refactor(php): 重构PHP解析器的表达式处理和动态属性访问 2 months ago
韩天峰 f0f72f651d feat(examples): 添加字符串连接示例并改进yield示例输出 2 months ago
韩天峰 215f5cdcac feat(stub): 添加对推断PHP文档类型的处理支持 2 months ago
韩天峰 785d9c9d6d test(php): 添加 compact 和 globals 相关功能测试用例 2 months ago
韩天峰 2824d8d21d test(str): 添加字符串索引访问测试用例 2 months ago
韩天峰 bbddd40297 refactor(examples): 为基准测试函数添加参数类型声明 3 months ago
韩天峰 0647b6425a fix(php): 修复类常量解析和对象转换功能 3 months ago
韩天峰 a524211cd3 refactor(php): 重构PHP编译器基础功能并完善类继承支持 3 months ago
韩天峰 c5f38a3d05 fix(parser): 修复变量类型推断问题 3 months ago
韩天峰 5e549a4c15 perf(compiler): 优化静态属性访问性能并增强类型检查 3 months ago