Forth implemented as a DSL in Scala.
Run git clone https://github.com/sb-/ScalaForth.git
in your terminal.
- Follow instructions to install SBT
- If you have brew installed on Mac, run
brew install sbt
in your terminal.
- If you have brew installed on Mac, run
- Run
cd ScalaForth/
in your terminal - Run
sbt run
from the root directory - Play snake!
- Ensure you are in the root directory
- Run
sbt test
in your terminal