From 9f0ac1740baac8f3a74ebacf5c62ecea700846d9 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Tue, 12 May 2026 11:26:37 +0200 Subject: omitted push-on-space logic added --- lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lex.h') diff --git a/lex.h b/lex.h index 77b6838..f8d48ab 100644 --- a/lex.h +++ b/lex.h @@ -84,4 +84,5 @@ typedef struct { LexResult lex(char* input); + #endif -- cgit v1.2.3