xo-reader2 scaffold (fomo+arena version of xo-reader/) [WIP]
This commit is contained in:
parent
a7ed10c16a
commit
f25d1fb738
2 changed files with 3 additions and 3 deletions
|
|
@ -164,8 +164,8 @@ namespace xo {
|
|||
/** keyword @c 'end' **/
|
||||
tk_end,
|
||||
|
||||
/** counts number of entries **/
|
||||
n_tokentype
|
||||
/** comes last, counts number of entries **/
|
||||
N
|
||||
}; /*tokentype*/
|
||||
|
||||
/** String representation for enum value.
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ namespace xo {
|
|||
CASE(tk_end);
|
||||
|
||||
case tokentype::tk_invalid:
|
||||
case tokentype::n_tokentype:
|
||||
case tokentype::N:
|
||||
return "?tokentype";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue