Unverified Commit 8ba0fb77 authored by Mouse's avatar Mouse Committed by GitHub

Add '\' to prohibited chars

Should correctly address issue that #112 is trying to fix
parent 522ff88b
...@@ -540,7 +540,7 @@ DESCENDANTS return TOK_DESCENDANTS; ...@@ -540,7 +540,7 @@ DESCENDANTS return TOK_DESCENDANTS;
[(){},;:|!.&@\[\]^] return yytext[0]; [(){},;:|!.&@\[\]^] return yytext[0];
[^A-Za-z0-9:=,{}<.@()[]'\"|&^*;!-] { [^A-Za-z0-9:=,{}<.@()[]'\\\"|&^*;!-] {
if(TYPE_LIFETIME(1994, 0)) if(TYPE_LIFETIME(1994, 0))
fprintf(stderr, "ERROR: "); fprintf(stderr, "ERROR: ");
fprintf(stderr, fprintf(stderr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment