Subj : Re: How-to on writing an interpreter? To : comp.programming From : Vesa Karvonen Date : Sat Jul 16 2005 07:14 am C. Rebert wrote: > I'm trying to implement an interpreter for a programming language, but > so far haven't been able to find any good materials on how to write a > simple stack-based interpreter. I would appreciate it if someone could > point me to some resources on writing such an interpreter. I'd be open > to buying such materials, as long as they aren't ludicrously expensive. > Thanks for your time. > - C. Rebert Structure and Interpretation of Computer Programs: Book: http://mitpress.mit.edu/sicp/full-text/book/book.html Videos: http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/ -Vesa Karvonen .