summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-12 11:26:37 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-12 11:26:37 +0200
commit9f0ac1740baac8f3a74ebacf5c62ecea700846d9 (patch)
treee7a747a8e64de90f3c6eb875397116955f5e424f /lex.h
parent52f705e81ce2d7a42c6c14fca92c5e2a4326c988 (diff)
omitted push-on-space logic added
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h1
1 files changed, 1 insertions, 0 deletions
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