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 sbtin your terminal.
- If you have brew installed on Mac, run
- Run
cd ScalaForth/in your terminal - Run
sbt runfrom the root directory - Play snake!
- Ensure you are in the root directory
- Run
sbt testin your terminal