https://github.com/lestherll/befunge-scala
Befunge-93 Interpreter written in Scala 3
https://github.com/lestherll/befunge-scala
Last synced: 2 months ago
JSON representation
Befunge-93 Interpreter written in Scala 3
- Host: GitHub
- URL: https://github.com/lestherll/befunge-scala
- Owner: lestherll
- Created: 2021-10-02T20:49:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T17:38:29.000Z (over 4 years ago)
- Last Synced: 2025-01-16T14:45:55.561Z (over 1 year ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Befunge-93 Interpreter
### Usage
This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.