Start of adding code word support.

This commit is contained in:
Brad Nelson
2022-09-04 16:58:11 -07:00
parent 17a8dbbf59
commit 8bed92bef9
9 changed files with 84 additions and 1 deletions

View File

@ -211,7 +211,7 @@ COMMON_PHASE1e = common/comments.fs \
common/floats.fs \
common/structures.fs
COMMON_PHASE2 = common/utils.fs common/locals.fs
COMMON_PHASE2 = common/utils.fs common/code.fs common/locals.fs
COMMON_FILETOOLS = common/tasks.fs common/streams.fs \
common/filetools.fs common/including.fs \