snaik/interpreter

There is no license information available for the latest version (v0.1.0) of this package.

scheme interpreter

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/snaik/interpreter

v0.1.0 2023-11-16 09:33 UTC

This package is not auto-updated.

Last update: 2025-12-26 16:40:51 UTC


README

prerequisites

  1. php : "^8.0"
  2. 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"