From 5064a7ebce75a26d0405c92040f1a40187fcc7e3 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 2 Jul 2025 22:55:08 +0300 Subject: turn clr into lalr and first steps for generating a parser --- parts/toklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts/toklist.h') 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 -- cgit v1.2.3