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: craekz
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 11:06:16 +0100

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



reply via email to

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