Split out all code into modules.

This commit is contained in:
2023-09-04 01:56:24 -07:00
parent d46ea1e307
commit 128f40bcf4
53 changed files with 119 additions and 81 deletions

View File

@ -23,5 +23,5 @@ fn main() {
## Usage
```
./gradlew -q core:run --args 'run ../examples/fib.pork'
./gradlew -q tool:run --args 'run ../examples/fib.pork'
```