Related articles |
---|
A Compiler for a Functionel language ? ztig@mail.tele.dk (Peter Hansen) (2002-03-31) |
Re: A Compiler for a Functional language ? sarah@telergy.com (2002-04-06) |
Re: A Compiler for a Functional language ? haberg@matematik.su.se (2002-04-06) |
Re: A Compiler for a Functional language ? gdm@gedamo.demon.co.uk (George Morrison) (2002-04-06) |
Re: A Compiler for a Functional language ? bear@sonic.net (Ray Dillinger) (2002-04-06) |
Re: A Compiler for a Functional language ? journeyman@compilerguru.com (2002-04-06) |
From: | haberg@matematik.su.se (Hans Aberg) |
Newsgroups: | comp.compilers |
Date: | 6 Apr 2002 22:47:53 -0500 |
Organization: | Mathematics |
References: | 02-03-179 |
Keywords: | functional |
Posted-Date: | 06 Apr 2002 22:47:53 EST |
In article 02-03-179, "Peter Hansen" <ztig@mail.tele.dk> wrote:
>I am currently trying to create a compiler / interpreter for a Functionel
>language. However i seem to be getting stuck right after having created the
>abstract / concrete syntax of my little language. Can anyone tell me what
>the next step is going to be, because i can't seem to figure out where to go
>next.
You may have a look at the code of say Haskell compilers/interpreters
http://haskell.org.
Also, Simon Peyton-Jones has written a book on the implementation of
functional languages.
Hans Aberg * Anti-spam: remove "remove." from email address.
* Email: Hans Aberg <remove.haberg@member.ams.org>
* Home Page: <http://www.matematik.su.se/~haberg/>
* AMS member listing: <http://www.ams.org/cml/>
Return to the
comp.compilers page.
Search the
comp.compilers archives again.