diff options
Diffstat (limited to 'src/boot/fe/lexer.mll')
| -rw-r--r-- | src/boot/fe/lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/fe/lexer.mll b/src/boot/fe/lexer.mll index af8eab6a..58b27ec1 100644 --- a/src/boot/fe/lexer.mll +++ b/src/boot/fe/lexer.mll @@ -110,6 +110,7 @@ ("export", EXPORT); ("let", LET); + ("const", CONST); ("log", LOG); ("spawn", SPAWN); |