diff options
Diffstat (limited to 'lang/token.go')
| -rw-r--r-- | lang/token.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/token.go b/lang/token.go index 41c8439..4f5da35 100644 --- a/lang/token.go +++ b/lang/token.go @@ -120,6 +120,9 @@ const ( JumpSetTrue Label New + + // This must be the last token value. + MaxTok ) // UnaryOp contains the set of unary operators. |
