Restore to a stage where it works and is easier to manage (#5)

Everything in the parser that needs to be normed is in a single .c + .h file
(also there is the scanner.c file)
This commit is contained in:
Maix0 2024-05-01 17:35:42 +02:00 committed by GitHub
parent dc2358a320
commit cc8567f434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 14052 additions and 15081 deletions

View file

@ -1,5 +1,5 @@
SRC_FILES = \
create_language \
src/create_language \
static/alias_sequences/alias_sequences_0 \
static/create/create_alias_sequences \
static/create/create_external_scanner_states \
@ -4376,4 +4376,4 @@ static/unique_symbols_map/unique_symbols_map_2 \
static/lex_funcs/lex_normal/state_helper \
static/lex_funcs/lex_normal/state_helper2 \
static/lex_funcs/lex_keywords/state_0_bis \
static/lex_funcs/lex_keywords/state_4_bis
static/lex_funcs/lex_keywords/state_4_bis