Basically i was playing around with the idea of implement an extremely simplistic language, and parsing it using perl. By simple i mean something like if/else structures, a while loop, and some vars. But the problem is, i have no idea how i could go about implementing this (and no, evaling code is probably not a good idea). I did some quick
but i could find nothing useful. So basically im looking for advice, pointers, what modules i should use, examples, anything that would help me with this.