diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-12 10:09:02 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-12 10:09:02 +0200 |
| commit | f0016d8946958d029706b39ecd233044d3cf93f5 (patch) | |
| tree | 963723ca26978870fe1dd9d1cdb6bcdc5b0c6d9d /lex.h | |
| parent | 1d086299904873c9123ad3449b991eb301d8be05 (diff) | |
build lexing mostly
- outline the whole of lexing (maybe)
- split it to separate C file
- add standin code to main
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
