Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
84459a7f
Commit
84459a7f
authored
Aug 22, 2024
by
Simon Gene Gottlieb
Committed by
Jesse Beder
Aug 22, 2024
Browse files
fix: missing token enum name
parent
ee9c4d19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/token.h
src/token.h
+2
-1
No files found.
src/token.h
View file @
84459a7f
...
@@ -18,7 +18,8 @@ constexpr const char* TokenNames[] = {
...
@@ -18,7 +18,8 @@ constexpr const char* TokenNames[] = {
"BLOCK_MAP_START"
,
"BLOCK_SEQ_END"
,
"BLOCK_MAP_END"
,
"BLOCK_ENTRY"
,
"BLOCK_MAP_START"
,
"BLOCK_SEQ_END"
,
"BLOCK_MAP_END"
,
"BLOCK_ENTRY"
,
"FLOW_SEQ_START"
,
"FLOW_MAP_START"
,
"FLOW_SEQ_END"
,
"FLOW_MAP_END"
,
"FLOW_SEQ_START"
,
"FLOW_MAP_START"
,
"FLOW_SEQ_END"
,
"FLOW_MAP_END"
,
"FLOW_MAP_COMPACT"
,
"FLOW_ENTRY"
,
"KEY"
,
"VALUE"
,
"FLOW_MAP_COMPACT"
,
"FLOW_ENTRY"
,
"KEY"
,
"VALUE"
,
"ANCHOR"
,
"ALIAS"
,
"TAG"
,
"SCALAR"
};
"ANCHOR"
,
"ALIAS"
,
"TAG"
,
"SCALAR"
,
"NON_PLAIN_SCALAR"
};
struct
Token
{
struct
Token
{
// enums
// enums
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment