forgot to finish documenting an enum

This commit is contained in:
Aidan Hahn 2019-11-12 14:10:07 -08:00
parent 6e57fe7e09
commit 279e0d7ee1
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -9,7 +9,9 @@ type operation func(Token) Token
/*
* LIST: a list of elements
* OPERAND: an element which is
* OPERAND: a string or number
* OPERATOR: an entry in a symtable
* OPERATION: a list starting with an operator
*/
type parse_tag enum {
LIST_T iota