diff options
Diffstat (limited to 'src/boot/fe/lexer.mll')
| -rw-r--r-- | src/boot/fe/lexer.mll | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/boot/fe/lexer.mll b/src/boot/fe/lexer.mll index 151af827..84aeb9ab 100644 --- a/src/boot/fe/lexer.mll +++ b/src/boot/fe/lexer.mll @@ -95,8 +95,12 @@ ("claim", CLAIM); ("prove", PROVE); - ("io", IO); + ("abs", ABS); + ("state", STATE); + ("gc", GC); + + ("impure", IMPURE); ("unsafe", UNSAFE); ("native", NATIVE); |