Re: Creating interpreter/compiler for self written language

taj@vanbc.wimsey.com (Taj Khattra)
16 Feb 1996 23:49:01 -0500

          From comp.compilers

Related articles
Creating interpreter/compiler for self written language tadriaen@zorro.ruca.ua.ac.be (1996-02-13)
Re: Creating interpreter/compiler for self written language lhf@csg.uwaterloo.ca (1996-02-14)
Re: Creating interpreter/compiler for self written language nrd1rls@nrd.ups.com (1996-02-14)
Re: Creating interpreter/compiler for self written language taj@vanbc.wimsey.com (1996-02-16)
Re: Creating interpreter/compiler for self written language tnelson@fluorite.telesciences.com (1996-02-23)
| List of all articles for this month |

From: taj@vanbc.wimsey.com (Taj Khattra)
Newsgroups: comp.compilers
Date: 16 Feb 1996 23:49:01 -0500
Organization: Wimsey Information Services
References: 96-02-131
Keywords: interpreter

Tom Adriaenssen (tadriaen@zorro.ruca.ua.ac.be) wrote:
: I need to create a small language for a project i'm working on. Syntax
: is no point, although i'd like it to be a pascal-C hybrid. Does anyone
: know any good references (preferable on the 'net) to start with;


The code for an interpreter of the simple floating point language
presented in Kernighan and Pike's "The Unix Programming Environment"
is available at ftp://plan9.att.com/csrc/hoc.bundle.Z.


You might also want to examine the source code for a publically
available bc(1) or dc(1) interpreter (e.g. GNU or BSD).


-taj
--


Post a followup to this message

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