diff options
author | midipix <writeonce@midipix.org> | 2024-05-15 19:28:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-15 19:29:55 +0000 |
commit | ae7810f56e1daa1d2e35c06969c26835c1ed7800 (patch) | |
tree | 20bf43e0089c347674553db5195a8b16b8991786 /project/common.mk | |
parent | 6291ad9865afff38f6cb96906ff8afade950b868 (diff) | |
download | treebnf-ae7810f56e1daa1d2e35c06969c26835c1ed7800.tar.bz2 treebnf-ae7810f56e1daa1d2e35c06969c26835c1ed7800.tar.xz |
table-based token scanner: implemented tbnf_scan_token(), tbnf_scan_tokens().
Diffstat (limited to 'project/common.mk')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 7a77195..c9523bd 100644 --- a/project/common.mk +++ b/project/common.mk @@ -5,6 +5,7 @@ API_SRCS = \ src/driver/tbnf_unit_ctx.c \ src/output/tbnf_output_error.c \ src/skin/tbnf_skin_default.c \ + src/tokscan/tbnf_scan_token.c \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ |