diff --git a/vvp/lexor.lex b/vvp/lexor.lex index 8a6769f5e..95a437017 100644 --- a/vvp/lexor.lex +++ b/vvp/lexor.lex @@ -195,6 +195,11 @@ assert(yylval.text); return T_SYMBOL; } +"Cr<"[.$_a-zA-Z0-9/,\-]*">" { + yylval.text = strdup(yytext); + assert(yylval.text); + return T_SYMBOL; } + /* Accept the common assembler style comments, treat them as white space. Of course, also skip white space. The semi-colon is