Skip to content

Commit

Permalink
fix: missing token enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene authored and jbeder committed Aug 22, 2024
1 parent ee9c4d1 commit 84459a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/token.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ constexpr const char* TokenNames[] = {
"BLOCK_MAP_START", "BLOCK_SEQ_END", "BLOCK_MAP_END", "BLOCK_ENTRY",
"FLOW_SEQ_START", "FLOW_MAP_START", "FLOW_SEQ_END", "FLOW_MAP_END",
"FLOW_MAP_COMPACT", "FLOW_ENTRY", "KEY", "VALUE",
"ANCHOR", "ALIAS", "TAG", "SCALAR"};
"ANCHOR", "ALIAS", "TAG", "SCALAR",
"NON_PLAIN_SCALAR"};

struct Token {
// enums
Expand Down

0 comments on commit 84459a7

Please sign in to comment.