29 Ιαν 2022, 12:06 Από crae...@gmail.com:

> Hi,
>
> If you want something more practical, take a look at Thomas Ball's
> "Writing an Interpreter in Go" and "Writing a compiler in Go".
> It doesn't focus much on theory. It's simply about writing a compiler.
> Of course, theory is very important, but it might help you to understand the
> theory afterwards if you've already written a compiler.
>
> You would have to rewrite the Go code in C. But think of it as a small
> task to improve your C.
>
> --
> craekz
>
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
Thanks a lot!!! This will probably help! I also agree with your take. I have 
seen SOOO much in theory but I need to see some code in practice. I don't know 
go so I'll have to look up whatever I don't understand but I'm pretty sure this 
will be a great start. And after the basics, I can look up official references 
and documents and I can look how compilers generate code for specific things!

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

Reply via email to