Start implementing using the state transition table in the lexer

This commit is contained in:
2023-07-30 11:47:26 +01:00
parent de57d9f14b
commit ec6df32839
2 changed files with 118 additions and 72 deletions

View File

@@ -4,9 +4,6 @@
#include "aliases.h"
#include <stdbool.h>
#define VALID_JSON true
#define INVALID_JSON false
typedef const char *str_view_t;
typedef enum {