https://github.com/steffan153/chocolate
https://github.com/steffan153/chocolate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/steffan153/chocolate
- Owner: Steffan153
- Created: 2022-06-26T21:47:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T03:42:15.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:02:32.458Z (about 2 years ago)
- Language: Scala
- Size: 73.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chocolate
Use the .jar file in the root to run. You need java installed. Run with `java -jar Chocolate.jar temp.choco`
## Building it yourself
You need sbt installed. Run `sbt "chocolateJVM/run temp.choco"` to run, or to create a .jar file, `sbt assembly`.