A good simple parser module is Parse::RecDescent, I use it for a game management language. It has some rough edges. For example you should extract the perl code into subs instead of writing all in the parser because you otherwise get error messages with unusable line numbers. And I wouldn't use it for parsing complicated stuff like real computer languages, but for markup it should be good enough.
In reply to Re: Writing a Wiki Parser
by jethro
in thread Writing a Wiki Parser
by pileofrogs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |