From a67266ff72280b85fed7ec498967a855a5735639 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 1 Jul 2025 00:11:29 +0300 Subject: major refactor, more modular (wow because obviously modularity is always a good thing yes), and etc --- parts/toklist.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 parts/toklist.h (limited to 'parts/toklist.h') diff --git a/parts/toklist.h b/parts/toklist.h new file mode 100644 index 0000000..b6fd10d --- /dev/null +++ b/parts/toklist.h @@ -0,0 +1,9 @@ +#ifndef TOKLIST_H +#define TOKLIST_H + +#include "symbol.h" + +extern symbol toklist_eat(); +extern symbol toklist_peek(); + +#endif -- cgit v1.2.3