Re: [Haskell-cafe] Parsec operator with letter problem

2006-03-31 Thread Daniel Fischer
Hi, probably somebody else has already come up with something better, but still... I surmise that you have two kinds of infix-operators, 1. dot-like operators, made up entirely of symbols (^!$%/\,.:;#+-~* ...) 2. LaTeX-command-like operators, starting with a backslash and then followed by a

Re: [Haskell-cafe] Parsec operator with letter problem

2006-03-31 Thread Daniel Fischer
Am Freitag, 31. März 2006 15:24 schrieb Daniel Fischer: Hi, probably somebody else has already come up with something better, but still... I surmise that you have two kinds of infix-operators, 1. dot-like operators, made up entirely of symbols (^!$%/\,.:;#+-~* ...) 2. LaTeX-command-like

Re: [Haskell-cafe] Parsec operator with letter problem

2006-03-31 Thread Reto Kramer
Great! Thanks for the revision Daniel. If you're ever in San Francisco, please do ping me - I sure owe you lunch! - Reto On Mar 31, 2006, at 3:14 PM, Daniel Fischer wrote: Am Freitag, 31. März 2006 15:24 schrieb Daniel Fischer: Hi, probably somebody else has already come up with

[Haskell-cafe] Parsec operator with letter problem

2006-03-30 Thread Reto Kramer
I ran into the following problem with parsec's handling of operators. I hope someone on the list can show me a trick that resolve my current issue. At the end of this message is the full code for the reproducer. The language I'm parsing has infix operators of two forms. Some are special