Adding square brackets handling for arrays; Adding more policy files
[iot2.git] / others / jflex / iotparser.jflex
index 239c81dcbba6859e129d59078309a523f0b0d883..8ad50b34cae4240ea677e85ed9e5ff89607cd725 100644 (file)
@@ -52,7 +52,7 @@ import java_cup.runtime.ComplexSymbolFactory.Location;
 %eofval}
 
 
-Ident = [a-zA-Z$_] [a-zA-Z0-9$_]*
+Ident = [a-zA-Z$_] [a-zA-Z0-9$_\[\]]*
 
 new_line = \r|\n|\r\n;