Name: Anonymous 2011-04-10 13:06
http://www.haskell.org/haskellwiki/Libraries_and_tools/HJS
The actual parser constructs follow the grammer rules but are altered to get around left recursion and a whole swath of them ignored by using Parsec's builin expression handling.
The actual parser constructs follow the grammer rules but are altered to get around left recursion and a whole swath of them ignored by using Parsec's builin expression handling.