Skip to content

Commit

Permalink
Fix parse error on \n
Browse files Browse the repository at this point in the history
  • Loading branch information
qsctr committed Aug 29, 2023
1 parent 0aa2492 commit fd5566e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SAWScript/Lexer.x
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ $charesc = [abfnrtv\\\"\'\&]
sawTokens :-
$white+ ;
"\n" ;
"//".* ;
"/*" { cnst TCmntS }
"*/" { cnst TCmntE }
Expand Down

0 comments on commit fd5566e

Please sign in to comment.