aboutsummaryrefslogtreecommitdiff
path: root/parts/toklist.h
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-07-02 22:55:08 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-07-02 22:55:08 +0300
commit67447ebd3a51a9af29d18a53a38aba038a0c039e (patch)
tree7a41182cf329e77ebb760969e3f220f60079c187 /parts/toklist.h
parenta854ee90235597711e036fe38de2c310dab6e168 (diff)
turn clr into lalr and first steps for generating a parser
Diffstat (limited to 'parts/toklist.h')
-rw-r--r--parts/toklist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/toklist.h b/parts/toklist.h
index b6fd10d..9a7b8ce 100644
--- a/parts/toklist.h
+++ b/parts/toklist.h
@@ -5,5 +5,5 @@
extern symbol toklist_eat();
extern symbol toklist_peek();
-
+
#endif