Blog
Writing
Worklog
Contact
tags:
notes
,
text processing
status:
list
Text processing
Contents
Python
Haskell
Python
Text processing in Python
Regular expressions
Parsers and state machines
pyparsing
is ok; it does a nice job having EBNF-style syntax.
Haskell
I’m a big fan of the
monadic parser combinators
, particularly in the cases of the Haskell libraries
parsec
and
attoparsec