in reply to Re^2: Block-structured language parsing using a Perl module?
in thread Block-structured language parsing using a Perl module?

I don't know a lot about it. I did have to deal with it once in a program which took commands in an sql-like syntax and we had it pre-compile the the grammar and save it instead of compiling it on each load, which did make a difference IIRC. It was a while ago.
  • Comment on Re^3: Block-structured language parsing using a Perl module?