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 @@
// dump_ast.cm — pretty-print the folded AST as JSON
//
// Usage: ./cell --core . dump_ast.cm <file.ce|file.cm>
var fd = use("fd")
var json = use("json")
var tokenize = use("tokenize")