forgot to finish documenting an enum
This commit is contained in:
parent
6e57fe7e09
commit
279e0d7ee1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue