summaryrefslogtreecommitdiff
path: root/src/GF/CFGM/LexCFG.x
diff options
context:
space:
mode:
authorbringert <unknown>2004-09-29 08:27:28 +0000
committerbringert <unknown>2004-09-29 08:27:28 +0000
commitdf2c63c5596db36f0c1899cced6b7ee2e946741e (patch)
treeeece388341c371e9b1c552663493e2fb05dacd6f /src/GF/CFGM/LexCFG.x
parent01f872bf5db46863565c44c7f40b337217d35e8e (diff)
Updated to latest CFG specification from gfc2java
Diffstat (limited to 'src/GF/CFGM/LexCFG.x')
-rw-r--r--src/GF/CFGM/LexCFG.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/CFGM/LexCFG.x b/src/GF/CFGM/LexCFG.x
index f33598070..e59d8652a 100644
--- a/src/GF/CFGM/LexCFG.x
+++ b/src/GF/CFGM/LexCFG.x
@@ -15,7 +15,7 @@ $i = [$l $d _ '] -- identifier character
$u = [\0-\255] -- universal: any character
@rsyms = -- reserved words consisting of special symbols
- \; | \: | \. | \- \> | \[ | \] | \, | \/ | \{ | \} | \!
+ \; | \: | \. | \- \> | \[ | \] | \, | \/ | \{ | \} | \! | \= | \( | \)
:-