Started working on ast
This commit is contained in:
parent
9aee1f2272
commit
1d4dc219db
1344 changed files with 118659 additions and 107610 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_field_map_entries_array
|
||||
{
|
||||
t_field_map_entry a[132];
|
||||
t_field_map_entry a[214];
|
||||
} t_field_map_entries_array;
|
||||
|
||||
#endif // TYPE_FIELD_MAP_ENTRIES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_field_names_array
|
||||
{
|
||||
const char *a[18];
|
||||
const char *a[21];
|
||||
} t_field_names_array;
|
||||
|
||||
#endif // TYPE_FIELD_NAMES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_lex_normal_array
|
||||
{
|
||||
void *a[536];
|
||||
void *a[531];
|
||||
} t_lex_normal_array;
|
||||
|
||||
#endif // TYPE_LEX_NORMAL_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_non_terminal_alias_map_array
|
||||
{
|
||||
uint16_t a[2];
|
||||
uint16_t a[9];
|
||||
} t_non_terminal_alias_map_array;
|
||||
|
||||
#endif // TYPE_NON_TERMINAL_ALIAS_MAP_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_parse_actions_entries_array
|
||||
{
|
||||
t_parse_action_entry a[4914];
|
||||
t_parse_action_entry a[5020];
|
||||
} t_parse_actions_entries_array;
|
||||
|
||||
#endif // TYPE_PARSE_ACTIONS_ENTRIES_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_small_parse_table_array
|
||||
{
|
||||
uint16_t a[95680];
|
||||
uint16_t a[102431];
|
||||
} t_small_parse_table_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_H
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef struct s_small_parse_table_map_array
|
||||
{
|
||||
uint32_t a[2261];
|
||||
uint32_t a[2483];
|
||||
} t_small_parse_table_map_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_MAP_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue