Make "DEFAULT" a keyword.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 15 Oct 2009 16:33:15 +0000 (18:33 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 15 Oct 2009 16:33:15 +0000 (18:33 +0200)
pret-lam.lua

index 6c1ee96a2b39899a1b45f832c8766e7b917c68b2..68db5772120fcf8716ada9e40b3f612a43986747 100644 (file)
@@ -35,6 +35,7 @@ local keywords = {
     ['letrec'] = {},
     ['letnonrec'] = {},
     ['in'] = {},
+    ['DEFAULT'] = {},
 }
 
 local in_block = 0