mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 05:30:51 +00:00
Merge pull request #57 from Russell-S-Harper/development
Adding carriage return to whitespace specifier.
This commit is contained in:
commit
c89609cb53
@ -23,7 +23,7 @@ BIN %[01]+(\.[01]+)?
|
||||
(<>)|(><) return NE_OP;
|
||||
"&&" return AND_OP;
|
||||
"||" return OR_OP;
|
||||
[ \t\n]+ ; /* Ignore whitespace */
|
||||
[ \t\r\n]+ ; /* Ignore whitespace */
|
||||
[-()<>+~!*/%=&^|] return yytext[0];
|
||||
. { fprintf(stderr, "SET (invalid character '%s')\n", yytext); exit(1); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user