diff options
author | June McEnroe <june@causal.agency> | 2021-01-13 16:04:52 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-13 16:04:52 -0500 |
commit | 9775ce4b5d2afe9d8ef4ca6ba8e06571d55ddba6 (patch) | |
tree | 444495dbf3e9789d0122fdfb35525c12d1bb071c /bin/hilex.h | |
parent | Try to return strings as single tokens (diff) | |
download | src-9775ce4b5d2afe9d8ef4ca6ba8e06571d55ddba6.tar.gz src-9775ce4b5d2afe9d8ef4ca6ba8e06571d55ddba6.zip |
Move text "lexer" to hilex.c
Diffstat (limited to '')
-rw-r--r-- | bin/hilex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/hilex.h b/bin/hilex.h index 5998e6a4..2a8d4ec0 100644 --- a/bin/hilex.h +++ b/bin/hilex.h @@ -47,4 +47,3 @@ struct Lexer { extern const struct Lexer LexC; extern const struct Lexer LexMake; extern const struct Lexer LexMdoc; -extern const struct Lexer LexText; |