compiler optimization output

This commit is contained in:
2026-02-12 18:27:19 -06:00
parent 89e34ba71d
commit 5c9403a43b
6 changed files with 445 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
// streamline.ce — run the full compile + optimize pipeline, output JSON
//
// Usage: ./cell --core . streamline.ce <file.ce|file.cm>
var fd = use("fd")
var json = use("json")
var tokenize = use("tokenize")