diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-02 22:55:08 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-02 22:55:08 +0300 |
commit | 5064a7ebce75a26d0405c92040f1a40187fcc7e3 (patch) | |
tree | 7a41182cf329e77ebb760969e3f220f60079c187 /parts/toklist.h | |
parent | a67266ff72280b85fed7ec498967a855a5735639 (diff) |
turn clr into lalr and first steps for generating a parser
Diffstat (limited to 'parts/toklist.h')
-rw-r--r-- | parts/toklist.h | 2 |
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 |