Arc Forumnew | comments | leaders | submitlogin
3 points by aw 5230 days ago | link | parent

Before getting into modifying the Arc compiler you may want to try an easier step first: write an Arc interpreter in Arc, which you can then easily make step through the program to be debugged.

To learn how to write an Arc interpreter, see the classic Structure and Interpretation of Computer Programs: http://mitpress.mit.edu/sicp/full-text/book/book.html

By the end of section 4.1 you'll know how to write the interpreter.