Norm: Parser static now at the norm
This commit is contained in:
parent
5759396eb2
commit
c24766ee47
25 changed files with 116 additions and 69 deletions
|
|
@ -13,7 +13,8 @@
|
|||
#ifndef EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H
|
||||
# define EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H
|
||||
|
||||
enum e_external_scanner_symbol_identifiers {
|
||||
enum e_external_scanner_symbol_identifiers
|
||||
{
|
||||
ts_external_token_heredoc_start = 0,
|
||||
ts_external_token_simple_heredoc_body = 1,
|
||||
ts_external_token__heredoc_body_beginning = 2,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
#ifndef FIELD_IDENTIFIERS_H
|
||||
# define FIELD_IDENTIFIERS_H
|
||||
|
||||
enum e_field_identifiers {
|
||||
enum e_field_identifiers
|
||||
{
|
||||
field_alternative = 1,
|
||||
field_arg = 2,
|
||||
field_body = 3,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@
|
|||
#ifndef SYMBOLS_H
|
||||
# define SYMBOLS_H
|
||||
|
||||
enum e_symbols {
|
||||
enum e_symbols
|
||||
{
|
||||
sym_word = 1,
|
||||
anon_sym_for = 2,
|
||||
anon_sym_in = 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue