restructure

This commit is contained in:
nazrin 2025-05-29 15:33:12 +00:00
parent b466717c6e
commit 2de4381fae
6 changed files with 26 additions and 10 deletions

View file

@ -5,3 +5,10 @@ copyright "Copyright © 2025, tanya"
license "MPL-2.0"
dependency "commandr" version="~>1.1.0"
dependency "taggedalgebraic" version="~>0.11.23"
targetType "executable"
buildRequirements "requireBoundsCheck" "requireContracts"
configuration "jlox" {
sourcePaths "src/jlox"
}