in reply to Re: Implementing a toy language in perl?
in thread Implementing a toy language in perl?

If Parse::RecDescent isn't fast enough, there's always Parse::Nibbler as well. Works differently, but the end result's the same and it is rather snappier.
  • Comment on Re: Re: Implementing a toy language in perl?