I have need of parsing in a few different languages, so I sat down to find the Julia equivalent of Parsec (Haskell) or pyparsing (Python). There is ParserCombinator.jl, but does not appear to be maintained (or functional).
Are there other packages running around? Or is it time to sit down and do a new one? Thanks for the pointers.