Comment on Writing a compiler in Python using Lex, Yacc and LLVMparentComments−maximilian16yCould you post a link to Parsec. Quick googling didn't come up with any compiler tools. Thanks!−GeoJawDguJin16yIt's a Haskell library: http://hackage.haskell.org/package/parsecHere's a tutorial that uses it to parse a simplified Scheme: http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_H...−anatoly16yhttp://www.haskell.org/haskellwiki/Parsec
Comments
Could you post a link to Parsec. Quick googling didn't come up with any compiler tools. Thanks!
It's a Haskell library: http://hackage.haskell.org/package/parsec
Here's a tutorial that uses it to parse a simplified Scheme: http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_H...
http://www.haskell.org/haskellwiki/Parsec