From 7287d3aaa0545a9b22cea874f2d751de4fefd23d Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 14 Sep 2010 10:52:32 -0700 Subject: Teach front-end about simple, first-cut version of const items. --- src/boot/fe/lexer.mll | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/fe/lexer.mll') 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); -- cgit v1.2.3