tackling #include

This commit is contained in:
2021-11-12 23:31:25 +00:00
parent 868ad3d38a
commit bcba60f0b7
3 changed files with 166 additions and 141 deletions

View File

@ -18,7 +18,9 @@ package H3.Compilers is
private
type Lexer_State is (
LX_START,
LX_COMMENT,
LX_CSTR,
LX_DIRECTIVE,
LX_IDENT,
LX_NUMBER,