fix typo, update tag to string function
This commit is contained in:
parent
53adeacc6d
commit
c253dc6375
2 changed files with 3 additions and 1 deletions
|
|
@ -152,6 +152,8 @@ func GetTagAsStr(tag Token_t) string {
|
|||
return "LIST"
|
||||
case STRING:
|
||||
return "STRING"
|
||||
case BOOL:
|
||||
return "BOOL"
|
||||
case NUMBER:
|
||||
return "NUMBER"
|
||||
case SYMBOL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue