diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-02 18:33:08 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-02 18:33:08 +0000 |
| commit | 983aef132b0695af7e1b16d77ad43180388eea71 (patch) | |
| tree | aa95e673e10ccc32e3e0fdf1556659c0c041aa53 /src/Transfer/Core/Lex.x | |
| parent | dea5158cbf1c11d45f2ed91d9975fbc77245e652 (diff) | |
Transfer added guards and Eq derivation.
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 |
