Entry tags:
There's gotta be a way to do this ...
... and I'm just too much of an idiot to see it, so maybe one of you smart people can help me.
I'm writing a parser for a context-sensitive grammar in Haskell (for a language that I didn't design). At the moment I'm using Happy but I'm completely open to using parsec, uuagc, whatever will get the job done. Here's my problem:
( In which Meredith loses at Haskell )
I'm writing a parser for a context-sensitive grammar in Haskell (for a language that I didn't design). At the moment I'm using Happy but I'm completely open to using parsec, uuagc, whatever will get the job done. Here's my problem:
( In which Meredith loses at Haskell )