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.
 
 
韩天峰 e44007846b perf: use native property handlers for ordinary classes 6 days ago
..
appx
array-loop refactor(tests): replace native_types and complex_types with Type constants 2 months ago
attributes Immutable 实现 2 weeks ago
bench refactor(preprocessor): 重构参数声明生成逻辑 4 months ago
bigint feat(cli): 添加 AST 语法树导出工具和大整数示例 3 months ago
c
cases
debug refactor(build): extract command options and resource compilation to traits 2 months ago
decimal feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 months ago
error example(error): 添加资源类型参数示例代码 4 months ago
extends feat(compiler): 实现常量值解析和类型安全的值生成 5 months ago
extends2 refactor(php): 重构PHP编译器基础功能并完善类继承支持 3 months ago
jni fix(build): correct Windows mpdecimal DLL copying in CMake build 1 week ago
landlord-win32 feat: 添加斗地主Win32示例游戏 2 months ago
lib-demo refactor(build): update runtime initialization and linking for native modules 2 weeks ago
methods feat(core): 通用方法实现,纯静态,零成本抽象 3 months ago
minecraft-demo feat(minecraft-demo): add C++ backend and Godot extension for Minecraft demo 2 months ago
minecraft-godot refactor(build): update runtime initialization and linking for native modules 2 weeks ago
myext refactor(php): 重构变量赋值类型检查逻辑 4 months ago
native Native Class 支持 [第二阶段] 2 weeks ago
ocean-demo feat(ocean): add ocean demo with Godot integration 2 months ago
ocean-godot refactor(build): update runtime initialization and linking for native modules 2 weeks ago
onepiece-doudizhu-win32 add onepiece-ddz game example 1 month ago
override 编译期注解语法支持 1 month ago
perf refactor(build): extract command options and resource compilation to traits 2 months ago
prime feat(compiler): implement external library import stub generation and handling 1 month ago
project fix(php): 修复存根文件函数返回类型检查和类方法处理逻辑 5 months ago
python feat(python): generate builtin helpers and convert native calls 3 weeks ago
ref feat(examples): 添加 PHP 反射 API 示例程序 3 months ago
samples refactor(build): extract command options and resource compilation to traits 2 months ago
ssh-tunnel-qt feat(ssh-tunnel-qt): add application icon support for cross-platform display 1 month ago
swoole refactor(examples): 优化基准测试和协程示例代码 4 months ago
test feat(compiler): 添加项目配置和扩展忽略功能 5 months ago
tetris-sdl rename(compiler): update compiler executable name from compiler.php to tpc.php 2 months ago
tetris-win32 Fix windows 1 month ago
wasm-hello feat(wasm): upgrade preview2-shim and add mutable filesystem support 3 weeks ago
win32-hello rename(compiler): update compiler executable name from compiler.php to tpc.php 2 months ago
EightQueue.php
array.php
array_append.php
array_get.php refactor(php): 重构变量声明和全局变量处理逻辑 5 months ago
assign_cmp.php feat(compiler): 添加原生类型支持和标准库函数 5 months ago
autoload_class.php
binary-tree.php
call3.php
callstack.php feat(compiler): 实现对 static 关键字的支持 6 months ago
check_parser_api.php
closure.php feat(compiler): 添加闭包表达式支持 7 months ago
concat.php feat(examples): 添加字符串连接示例并改进yield示例输出 2 months ago
const-new.php feat(examples): add const new expression example 1 month ago
const.php
const_c_array.php
const_expr.php fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
debug_trace.php feat(debug): 添加调试信息支持以改进异常回溯功能 4 months ago
digit_count.php
div.php
error.php feat(runtime): enhance AOT exception reporting with source file location 2 months ago
expr1.php
fannkuchredux.php
fcall.php feat(compiler): 添加闭包表达式支持 7 months ago
ffi-crash.php docs(examples): 添加 FFI 崩溃示例 2 months ago
fib.php
file_scanner_example.php refactor(core): restructure source directory organization and update imports 2 months ago
file_scanner_usage.php refactor(core): restructure source directory organization and update imports 2 months ago
fn.php fix(php): 修复类常量解析和对象转换功能 3 months ago
global.php test(php): 添加 compact 和 globals 相关功能测试用例 2 months ago
hello.php 支持 wasm 4 weeks ago
high-precision.php test(wasm): add comprehensive WASM testing infrastructure and runtime 4 weeks ago
https.php feat(wasm): add WASI program build script and HTTP fetch support 4 weeks ago
leibniz.cpp refactor(examples): replace file reading with hardcoded rounds value 1 week ago
leibniz.js refactor(examples): replace file reading with hardcoded rounds value 1 week ago
list.php
lv3_prop.php
mixed.php feat(stub): 添加对推断PHP文档类型的处理支持 2 months ago
named_args.php feat(php): 支持 PHP 命名参数功能 7 months ago
nbody.php-3.php
ns.php
ns2.php
obj.php
object_cast.php
pi.go refactor(examples): replace file reading with hardcoded rounds value 1 week ago
pi.php refactor(examples): replace file reading with hardcoded rounds value 1 week ago
place_holder.php feat(closure): 添加闭包生成功能并支持占位符调用 6 months ago
prime.go
prime.php
prop.php
property-hook.php feat(php): 添加对 trait 魔术常量 __TRAIT__ 的支持 4 months ago
ref.php
ref_prop.php
return-multi-values.php docs(examples): add return multi values example for PHP 2 months ago
right-assoc.php
scan_with_exclusions.php refactor(core): restructure source directory organization and update imports 2 months ago
silentCall.php refactor(php): 重构函数调用和错误抑制处理逻辑 6 months ago
simple.php refactor(php): 重构PHP编译器基础功能并完善类继承支持 3 months ago
simple_scan.php refactor(core): restructure source directory organization and update imports 2 months ago
spectralnorm.php
stdmap.php refactor(tests): replace native_types and complex_types with Type constants 2 months ago
str.php test(str): 添加字符串索引访问测试用例 3 months ago
str_byte.php feat(compiler): 添加原生类型支持和标准库函数 5 months ago
str_offset_set.php
test.php
test_exclusions.php refactor(core): restructure source directory organization and update imports 2 months ago
test_fnmatch.php
test_php_parser_check.php refactor(core): restructure source directory organization and update imports 2 months ago
test_php_syntax_check.php refactor(core): restructure source directory organization and update imports 2 months ago
throw-in-php.php
to_array.php
trait.php feat(php): 添加对 trait 魔术常量 __TRAIT__ 的支持 4 months ago
type-elimination.php feat(aot): 支持类继承、接口及抽象类的类型兼容与运行时检查 2 months ago
unset.php
vargs.php feat(compiler): 添加可变参数支持功能 7 months ago
vcall.php feat(compiler): 支持PHP变长参数展开语法 7 months ago
void.php refactor(php): 重构PHP解析器的表达式处理和动态属性访问 2 months ago
xml.php Native Class 支持 [第四阶段] 2 weeks ago
yield.php feat(examples): 添加字符串连接示例并改进yield示例输出 2 months ago