From f0016d8946958d029706b39ecd233044d3cf93f5 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Tue, 12 May 2026 10:09:02 +0200 Subject: build lexing mostly - outline the whole of lexing (maybe) - split it to separate C file - add standin code to main --- lex.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lex.h') diff --git a/lex.h b/lex.h index b777d95..b27c03e 100644 --- a/lex.h +++ b/lex.h @@ -1,3 +1,6 @@ +#ifndef LEX_H +#define LEX_H + #include "typeutils.h" @@ -72,3 +75,5 @@ struct ExpansionRegion { DECLARE_MAYBE(Chunk); DECLARE_VEC(ExpansionRegion, ExpansionRegionVec) + +#endif -- cgit v1.2.3