index
:
ucode
build1
crypto
crypto-new
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexer.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lexer.h')
-rw-r--r--
lexer.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexer.h b/lexer.h
index e31f78a..96cdff8 100644
--- a/
lexer.h
+++ b/
lexer.h
@@ -104,6 +104,7 @@ typedef enum {
TK_NULL,
TK_THIS,
TK_DELETE,
+ TK_CONST,
TK_EOF,
TK_ERROR