snaik / interpreter
scheme interpreter
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/snaik/interpreter
Requires
- php: ^8.0
- symfony/console: ^6.3
Requires (Dev)
- phpunit/phpunit: ^10.4
This package is not auto-updated.
Last update: 2025-12-26 16:40:51 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"