fix typo, update tag to string function

This commit is contained in:
Aidan 2020-06-30 20:53:40 -07:00
parent 53adeacc6d
commit c253dc6375
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 3 additions and 1 deletions

View file

@ -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: