Tagged Questions
5
votes
6answers
404 views
How would one go about testing an interpreter or a compiler?
I've been experimenting with creating an interpreter for Brainfuck, and while quite simple to make and get up and running, part of me wants to be able to run tests against it. I can't seem to fathom ...