snaik / interpreter
There is no license information available for the latest version (v0.1.0) of this package.
scheme interpreter
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: 2026-04-17 18:01:00 UTC
README
prerequisites
- php : "^8.0"
- symfony/console: "^6.3"
Installation Local
recup repository and dependency
git clone https://github.com/snaike71/interpreter.git
cd Interpreter
composer i
execute
you can execute with option code
php bin/sch read "( + 5 8 )"
or execute code form a file with .scm extention
php bin/sch read "teste.scm"
Installation global
install package
composer global require snaik/interpreter:dev-main
execute
you can execute with option code
sch read "( + 5 8 )"
or execute code from a file with .scm extention
sch read "teste.scm"