 |
How to code a compiler in C? - Stack Overflow
You could look at Appel's Modern Compiler Implementation in C. By the sounds of it you need to work out what language you want to compile: do you want a subset of C say or a easy to parse language like Scheme, or just an arithmetic expression language? ..
stackoverflow.com |
 |