WIP: reviewing lua, some upgrades and fixes along the way.

This commit is contained in:
ed
2026-08-19 21:11:09 -04:00
parent cf78cfa120
commit bde829bf59
14 changed files with 1487 additions and 1121 deletions
+2 -2
View File
@@ -531,7 +531,7 @@ local function build_ctx(args)
end
local text = file:read("*a")
file:close()
local source = {
path = path,
text = text,
@@ -727,7 +727,7 @@ local function main(argv)
local ok, err = pcall(function()
local args = parse_args(argv)
local ctx = build_ctx(args)
local requested = args.requested_set
local closed = topo_sort(PASSES, requested)