summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-15 19:28:39 +0000
committermidipix <writeonce@midipix.org>2024-05-15 19:29:55 +0000
commitae7810f56e1daa1d2e35c06969c26835c1ed7800 (patch)
tree20bf43e0089c347674553db5195a8b16b8991786 /project
parent6291ad9865afff38f6cb96906ff8afade950b868 (diff)
downloadtreebnf-ae7810f56e1daa1d2e35c06969c26835c1ed7800.tar.bz2
treebnf-ae7810f56e1daa1d2e35c06969c26835c1ed7800.tar.xz
table-based token scanner: implemented tbnf_scan_token(), tbnf_scan_tokens().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
-rw-r--r--project/tree.mk1
2 files changed, 2 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 \
diff --git a/project/tree.mk b/project/tree.mk
index f3ae848..0c51986 100644
--- a/project/tree.mk
+++ b/project/tree.mk
@@ -2,6 +2,7 @@ TREE_DIRS = src \
src/driver \
src/output \
src/skin \
+ src/tokscan \
src/internal \
tree.tag: