output for parser stages and c runtime doc

This commit is contained in:
2026-02-10 17:38:15 -06:00
parent d75ce916d7
commit 2f681fa366
6 changed files with 336 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
var fd = use("fd")
var json = use("json")
var tokenize = use("tokenize")
var filename = args[0]
var src = text(fd.slurp(filename))