198 Commits (master)

Author SHA1 Message Date
韩天峰 1b78fc7fd9 feat(php): 添加PHP编译器基础功能和八皇后问题示例 7 months ago
韩天峰 25e567b3db feat(php): 添加类定义功能支持 7 months ago
韩天峰 4ed56de30e feat(php): 实现PHP编译器对引用参数的支持 7 months ago
韩天峰 f8100988c4 update mixed 7 months ago
韩天峰 bdea6f77cc 添加类的单元测试 7 months ago
韩天峰 612d60d158 feat(examples): 添加PHP微基准测试脚本 7 months ago
韩天峰 d24c8be049 feat(php): 添加命名空间支持和类继承功能 8 months ago
韩天峰 ecbb00542e fix(compiler): 修复PHP到C++编译器中的类型解析问题 8 months ago
韩天峰 ca1ee88d5f 支持 class 处理,初步版本 8 months ago
韩天峰 da9b944099 重构类结构,拆分成多个类,避免单个类的尺寸过大 8 months ago
韩天峰 0033a243d0 添加更多测试,php std 标准库测试,支持 list 语法 8 months ago
韩天峰 a54b04118d 支持错误抑制操作符,但仅支持控制一个函数 8 months ago
韩天峰 a085c33208 refactor(Php): 优化 MagicConst 和 Foreach 语句解析 8 months ago
韩天峰 68c272355c 命名空间和 use 语法支持 [1] ,仅 function,TODO class 8 months ago
韩天峰 c601729ddc feat(translator): 更新编译器生成全局变量和常量功能 8 months ago
韩天峰 1036317e74 Update 8 months ago
韩天峰 ba3ffd885f 支持 C++ Native 函数注入,stub 存根文件 8 months ago
韩天峰 04f265ae24 全局变量 8 months ago
韩天峰 5824e859e6 赋值操作作为右值,修复 try/catch 没有 finally 无法跳出循环的问题 8 months ago
韩天峰 122e43b679 添加 'examples/bench/test1.php' 8 months ago
韩天峰 4f095c301d 添加更多單元測試 8 months ago
韩天峰 739152ba14 支持语法 **= 8 months ago
韩天峰 4162b79113 try/catch 语法支持 8 months ago
韩天峰 ec836bcb31 nbody-php-3 算法 8 months ago
韩天峰 74a3778426 禁止 foreach 中添加全局变量的同名变量 8 months ago
韩天峰 c9c558103c 数组操作处理 8 months ago
韩天峰 bf69a539a1 字面量字符串优化,增加字面量表 8 months ago
韩天峰 a25fe02e09 更新 8 months ago
韩天峰 6ac8494173 update 8 months ago
韩天峰 e867d32e60 命令行参数 8 months ago
韩天峰 9c72ef6ff4 bench.php 8 months ago
韩天峰 0447e73214 add bench.php 8 months ago
韩天峰 013addcafd Update 8 months ago
韩天峰 348641cf01 优化运算逻辑代码,左值和右值均为 var 类型时,直接用映射方法而不是转为整数 8 months ago
韩天峰 023c017112 链式赋值语法 8 months ago
韩天峰 f2d6ee2b63 update 8 months ago
韩天峰 26a6d19e1f unset 8 months ago
韩天峰 a635ae4831 exit 8 months ago
韩天峰 35e17771d7 fib 8 months ago
韩天峰 bb10e4c6f2 update 8 months ago
韩天峰 ec25a3cbf0 update 8 months ago
韩天峰 bf83ceee87 update 8 months ago
韩天峰 2654e6f39b update 10 months ago
韩天峰 4d75f54c0d update 10 months ago
韩天峰 dcb1f79e05 支持更多 PHP 语法 1 year ago
韩天峰 34c18eca72 update 2 1 year ago
韩天峰 9acc849e1b php2cpp init 2 years ago
韩天峰 5fb2fc1ac5 init 3 years ago