We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b342c commit 85cf414Copy full SHA for 85cf414
parser-verilog/verilog_lexer.l
@@ -58,7 +58,7 @@ NAME [_a-zA-Z][$_a-zA-Z0-9]*{0,1023}
58
Check the escape rule inside character class
59
https://www.regular-expressions.info/charclass.html
60
*/
61
-ESCAPED_NAME \\[\\^!"#$%&',()*+\-.a-zA-Z0-9{|}~[\]_:;<=>?@]+[\t\f ]
+ESCAPED_NAME \\[\\^!"#$%&',()*+\-.a-zA-Z0-9/{|}~[\]_:;<=>?@]+[\t\f ]
62
INTEGER [1-9][0-9]*|0
63
BINARY [+-]?[0-9]*"'"[Bb][01_xXzZ]+
64
OCTAL [+-]?[0-9]*"'"[Oo][0-7_xXzZ]+
0 commit comments