Re: symbol table for Haskell and prolog

Bart Demoen <bmd@cs.kuleuven.ac.be>
21 Mar 2002 21:55:25 -0500

          From comp.compilers

Related articles
symbol table for Haskell and prolog allan_hedegaard@hotmail.com (-dlæ) (2002-03-19)
Re: symbol table for Haskell and prolog bmd@cs.kuleuven.ac.be (Bart Demoen) (2002-03-21)
| List of all articles for this month |

From: Bart Demoen <bmd@cs.kuleuven.ac.be>
Newsgroups: comp.compilers
Date: 21 Mar 2002 21:55:25 -0500
Organization: kul
References: 02-03-123
Keywords: symbols, functional
Posted-Date: 21 Mar 2002 21:55:25 EST

"-dlæ" wrote:


> Hi i am looking for symbol table implementations for a functional
> language and a logic language. Preferrably Haskell and Prolog, but it
> is not a must. I would prefer if the language the symbol tables are
> implemented in are object oriented.


Several free Prolog systems come with sources:


CIAO Prolog http://www.clip.dia.fi.upm.es/Software/Ciao
GNU Prolog ftp://ftp.inria.fr/
SWI Prolog http://www.swi.psy.uva.nl/projects/SWI-Prolog/
XSB http://xsb.sourceforge.net/
Yap 4.2.0 http://www.ncc.up.pt/~vsc/Yap


Whether they meet your OO requirement - I let you judge that.


There are Prolog systems written in or compiling to Java - maybe they are OO


Jinni 2.27 http://www.binnetcorp.com/Jinni
jProlog http://www.cs.kuleuven.ac.be/~bmd/PrologInJava


and here are some other links:


http://www.bird-land.com/java/prolog/index.html
http://www.cs.mu.oz.au/~winikoff/wp/
http://Prolog.isac.co.jp/jipl/index_e.html


Cheers


Bart Demoen


Post a followup to this message

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