diff options
Diffstat (limited to 'src/Transfer/Core/Lex.x')
| -rw-r--r-- | src/Transfer/Core/Lex.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Transfer/Core/Lex.x b/src/Transfer/Core/Lex.x index 1a1030a5f..ed07c70bd 100644 --- a/src/Transfer/Core/Lex.x +++ b/src/Transfer/Core/Lex.x @@ -16,7 +16,7 @@ $i = [$l $d _ '] -- identifier character $u = [\0-\255] -- universal: any character @rsyms = -- reserved words consisting of special symbols - \; | \: | \{ | \} | \= | \( | \) | \_ | \\ | \- \> | \. + \; | \: | \{ | \} | \= | \( | \) | \_ | \| | \- \> | \\ | \. :- "--" [.]* ; -- Toss single line comments |
