Related articles |
---|
Advice needed: book on interpreter construction ibmstuff@sccsi.com (1995-12-30) |
Re: Advice needed: book on interpreter construction brianmcg@interaccess.com (1995-12-31) |
Re: Advice needed: book on interpreter construction ph@anweald.exnet.co.uk (Patrick Herring) (1996-01-12) |
Re: Advice needed: book on interpreter construction martelli@cadlab.it (1996-01-12) |
Re: Advice needed: book on interpreter construction bernecky@eecg.toronto.edu (1996-01-14) |
Re: Advice needed: book on interpreter construction lhf@csg.uwaterloo.ca (1996-01-15) |
Re: Advice needed: book on interpreter construction fburton@nyx10.cs.du.edu (1996-01-27) |
Re: Advice needed: book on interpreter construction sy73343@vantage164.vantage.fmr.com (1996-01-31) |
From: | bernecky@eecg.toronto.edu (Robert Bernecky) |
Newsgroups: | comp.compilers |
Date: | 14 Jan 1996 18:50:03 -0500 |
Organization: | University of Toronto, Computer Engineering |
References: | 95-12-157 96-01-009 |
Keywords: | interpreter |
ibmstuff@sccsi.com writes in article 95-12-157:
> I need to write a simple interpreter and a language as part of a
> database conversion program. ...
The source code for a J interpreter {An ascii-based derivative of APL)
is available on waterv1.uwaterloo.ca. You can order it AND Roger Hui's
book "The Implementation of J" from Iverson Software Inc, Toronto, Ontario.
Not very expensive at all..
OR, you could just use J as is -- APL and J are heavily used for such
tasks. In fact, the world's largest collection of numeric data bases
is maintained, supplied, AND delivered in APL.
Bob
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.