Strings 19

This commit is contained in:
nazrin 2025-06-05 20:12:29 +00:00
parent 10c44eab2e
commit eec0a94aac
15 changed files with 358 additions and 55 deletions

View file

@ -8,7 +8,8 @@ dependency "colored" version="~>0.0.33"
targetType "executable"
sourcePaths
configuration "clox" {
/* debugVersions "traceExec" */
debugVersions "traceExec"
libs "libbacktrace"
debugVersions "printCode"
targetType "executable"
sourcePaths "src/clox" "src/common"