Start implementing using the state transition table in the lexer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user