SnaiK / 解释器
此包最新版本(v0.1.0)没有可用的许可信息。
方案解释器
v0.1.0
2023-11-16 09:33 UTC
Requires
- php: ^8.0
- symfony/console: ^6.3
Requires (Dev)
- phpunit/phpunit: ^10.4
This package is not auto-updated.
Last update: 2024-09-20 11:03:06 UTC
README
先决条件
- php : "^8.0"
- symfony/console: "^6.3"
本地安装
恢复仓库和依赖项
git clone https://github.com/snaike71/interpreter.git
cd Interpreter
composer i
执行
您可以使用选项代码执行
php bin/sch read "( + 5 8 )"
或从具有 .scm 扩展名的文件中执行代码
php bin/sch read "teste.scm"
全局安装
安装包
composer global require snaik/interpreter:dev-main
执行
您可以使用选项代码执行
sch read "( + 5 8 )"
或从具有 .scm 扩展名的文件中执行代码
sch read "teste.scm"