tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Can a biggener (and idiot) like me read and understan


From: rempas
Subject: Re: [Tinycc-devel] Can a biggener (and idiot) like me read and understand TCC's backend so I can create my own frontend with it?
Date: Sat, 29 Jan 2022 13:14:57 +0100 (CET)

29 Ιαν 2022, 12:06 Από craekz7@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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]