Skip to content

sb-/ScalaForth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaForth

Forth implemented as a DSL in Scala.

Getting Started

Run git clone https://github.com/sb-/ScalaForth.git in your terminal.

Prerequisites

  1. Follow instructions to install SBT
    • If you have brew installed on Mac, run brew install sbt in your terminal.

Run the DSL

  1. Run cd ScalaForth/ in your terminal
  2. Run sbt run from the root directory
  3. Play snake!

Run tests

  1. Ensure you are in the root directory
  2. Run sbt test in your terminal

About

Forth implemented as a DSL in Scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages