It was thus said that the Great rempas via Tinycc-devel once stated:
> > I would advice you to start with this 
> > https://craftinginterpreters.com/contents.html first.
> >
> > The rest will follow before you know it.
>
> Thanks! However, I don't understand how this will help me. I mean, I don't
> even want to create an intepreter to begin with. So this has nothing to do
> with what I want to make. Unless you are referring to the frontend so in
> this case, It will probably be a good idea to read this book. Or maybe I
> should make an intepreter in the end? Hmmmmm....

  It's interpreters all the way down (what do you think CPUs do with machine
code?  They interpret it).  Also, if you have parsed code into a form you
can interpret, you have enough information to generate machine code.

  -spc

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to