Skip to content

Commit

Permalink
build: update & regenerate parser
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and theHamsta committed Apr 14, 2024
1 parent b8a3fdd commit 50a28f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -14106,21 +14106,6 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[9239] = 9155,
};

static TSCharacterRange sym_number_literal_character_set_1[] = {
{'\'', '\''}, {'.', '.'}, {'0', '9'}, {'B', 'B'}, {'E', 'E'}, {'L', 'L'}, {'U', 'U'}, {'X', 'X'},
{'Z', 'Z'}, {'b', 'b'}, {'e', 'e'}, {'l', 'l'}, {'u', 'u'}, {'x', 'x'}, {'z', 'z'},
};

static TSCharacterRange sym_number_literal_character_set_2[] = {
{'\'', '\''}, {'.', '.'}, {'0', '9'}, {'E', 'E'}, {'L', 'L'}, {'U', 'U'}, {'Z', 'Z'}, {'e', 'e'},
{'l', 'l'}, {'u', 'u'}, {'z', 'z'},
};

static TSCharacterRange sym_number_literal_character_set_3[] = {
{'\'', '\''}, {'.', '.'}, {'0', '9'}, {'A', 'F'}, {'L', 'L'}, {'P', 'P'}, {'U', 'U'}, {'Z', 'Z'},
{'a', 'f'}, {'l', 'l'}, {'p', 'p'}, {'u', 'u'}, {'z', 'z'},
};

static TSCharacterRange sym_identifier_character_set_1[] = {
{'$', '$'}, {'A', 'Z'}, {'\\', '\\'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba},
{0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374},
Expand Down

0 comments on commit 50a28f4

Please sign in to comment.