simplify compilation requestors

This commit is contained in:
2026-02-18 10:46:47 -06:00
parent 8be5936c10
commit bd7f9f34ec
10 changed files with 219 additions and 84 deletions

View File

@@ -28,9 +28,7 @@ if (!filename) {
$stop()
}
var folded = shop.analyze_file(filename)
var pl = shop.pipeline()
var compiled = pl.mcode(folded)
var compiled = shop.mcode_file(filename)
if (!show_pretty) {
print(json.encode(compiled))