summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gram.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gram.l b/src/gram.l
index df54f34..ecc71c3 100644
--- a/src/gram.l
+++ b/src/gram.l
@@ -74,7 +74,7 @@ CheckResWord (const char* s)
Int [-]?[0-9]+
-Ident [a-zA-Z/\[\]][a-zA-Z.0-9/\[\]]*
+Ident [a-zA-Z+/\[\]][a-zA-Z.0-9/\[\]]*
nl [\n]
sp0 [ \t]*
sp1 [ \t]+