This commit is contained in:
2026-02-20 15:33:46 -06:00
parent 11fb213a74
commit 5af76bce9b
40 changed files with 284 additions and 314 deletions

View File

@@ -4,4 +4,4 @@ var json = use("json")
var shop = use("internal/shop")
var filename = args[0]
var folded = shop.analyze_file(filename)
print(json.encode(folded))
log.compile(json.encode(folded))