diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-03 19:11:36 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-03 19:11:36 +0300 |
commit | f2bef76fb369d4c9c3e53dca60eb78b75bb02d97 (patch) | |
tree | 94de181d7dae1d35310e1e9bfbf761b0fc536adf /parts/toklist.h | |
parent | 5064a7ebce75a26d0405c92040f1a40187fcc7e3 (diff) |
working more or less parser generator (no semantic action, so pretty much useless
Diffstat (limited to 'parts/toklist.h')
-rw-r--r-- | parts/toklist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/toklist.h b/parts/toklist.h index 9a7b8ce..a6fe68d 100644 --- a/parts/toklist.h +++ b/parts/toklist.h @@ -3,7 +3,7 @@ #include "symbol.h" -extern symbol toklist_eat(); -extern symbol toklist_peek(); +/*extern*/ symbol toklist_eat(); +/*extern*/ symbol toklist_peek(); #endif |