in reply to Re: H.O.P && aXML
in thread H.O.P && aXML

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: H.O.P && aXML
by Corion (Patriarch) on Jul 17, 2011 at 18:43 UTC

    Then looking at Higher Order Perl is a good start. It should teach you a simple technique how to write a parser (and interpreter/compiler) for any language. As you chose your language to be very simple to parse, you should be ready to write the parser/compiler for it after having worked through the examples/tasks in the book.

    A reply falls below the community's threshold of quality. You may see it by logging in.