I've been wanting to play around with writing my own language for a while now (ostensibly for the learning experience) and as such need to be relatively grounded in the construction of Parsers, Interpreters, and Compilers. So:
- Does anyone know of any good resources on constructing Parsers, Interpreters, and Compilers?
EDIT: I'm not looking for compiler-compilers/parser-compilers such as Lex, Yacc and Bison...