Re: Third party compiler middle and back-end

Mike Playle <usenet@vfx.org.uk>
Sun, 10 Oct 2010 10:39:49 +0100

          From comp.compilers

Related articles
Third party compiler middle and back-end danielzazula@gmail.com (Daniel Zazula) (2010-10-08)
Re: Third party compiler middle and back-end gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-10-10)
Re: Third party compiler middle and back-end usenet@vfx.org.uk (Mike Playle) (2010-10-10)
Re: Third party compiler middle and back-end redbrain@gcc.gnu.org (Philip Herron) (2010-10-10)
Re: Third party compiler middle and back-end cr88192@hotmail.com (BGB / cr88192) (2010-10-10)
Re: Third party compiler middle and back-end jm@bourguet.org (Jean-Marc Bourguet) (2010-10-11)
Re: Third party compiler middle and back-end j.o.williams.jow@gmail.com (James O. Williams) (2010-10-11)
Re: Third party compiler middle and back-end gneuner2@comcast.net (George Neuner) (2010-10-12)
Re: Third party compiler middle and back-end bobduff@shell01.TheWorld.com (Robert A Duff) (2010-10-13)
[12 later articles]
| List of all articles for this month |

From: Mike Playle <usenet@vfx.org.uk>
Newsgroups: comp.compilers
Date: Sun, 10 Oct 2010 10:39:49 +0100
Organization: A noiseless patient Spider
References: 10-10-010
Keywords: code, tools
Posted-Date: 11 Oct 2010 00:33:23 EDT

On 09/10/10 03:57, Daniel Zazula wrote:
> I want to write a compiler that generates assembly, but I do not know
> assembly, I've already started studying the FASM, but it will take
> much time to learn everything I need to know in order to write a
> decent back-end.
[...]
> Any suggestions?


LLVM. http://llvm.org/


Their "how to implement a language" tutorial might be of interest:


http://llvm.org/docs/tutorial/LangImpl1.html


Mike



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.