Skip to content

boa-language/boa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boa

The Boa programming language.

Building and running the Boa compiler

  • Install Coursier.

  • Install sbt and scala3 with Coursier:

    coursier install sbt scala3
  • Run the project:

    sbt run
  • Run the project (with watch mode enabled):

    sbt ~run
  • Build the project for production:

    sbt assembly

    The generated JAR is located in the target/scala-<version> folder.