drafted KT1CX implementation

This commit is contained in:
2025-05-27 01:12:00 -04:00
parent b23045c9d3
commit efb4d256f4
2 changed files with 312 additions and 25 deletions

View File

@@ -12,6 +12,6 @@ start:
str_cache := str.cache.init()
lines := watl.parse(tokens)
listing := watl.dump_listing(lines)
file.write_str(str_fmt("<name>.listing.source", self.source.name))
file.write_str(str.fmt("<name>.listing.source", self.source.name))
end
```