From d021edbd48d547c58db72d7ab31cef58498e7e47 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Fri, 29 Feb 2008 17:11:17 +0000 Subject: [PATCH] Add some reserved words that show up in ASM blocks. --- frontends/LexOccam.x | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/LexOccam.x b/frontends/LexOccam.x index cf3d5c4..4bb5570 100644 --- a/frontends/LexOccam.x +++ b/frontends/LexOccam.x @@ -70,6 +70,7 @@ $vertSpace = [\r\n] | "VAL" | "VALOF" | "WHILE" | "WORKSPACE" | "VECSPACE" + | ".STATIC" | ".VSPTR" | ".WSSIZE" @identifier = [a-z A-Z] [a-z A-Z 0-9 \.]*