framework: fix incremental compilation #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
a rewrite of the incremental compilation system. it is now a singleton with global function calls. instead of inserting data, "units of work" are created, which are functions that read in other units of work/files. part of this code is inspired off of the
Io
interface in zig.