Related articles |
---|
New PILOT release -- 1.6 esr@Netaxs.com (1994-09-18) |
Newsgroups: | alt.folklore.computers,alt.lang.intercal,comp.lang.misc,comp.compilers |
From: | esr@Netaxs.com (Eric Raymond) |
Keywords: | history |
Organization: | Netaxs Internet BBS and Shell Accounts |
Date: | Sun, 18 Sep 1994 03:51:24 GMT |
A new release of my IEEE PILOT interpreter/compiler, 1.6, is now available
for FTP at locke.ccil.org:pub/retro/pilot-1.6.shar.gz.
This release fixes a number of minor bugs recently pointed out in 1.5.
Comp.compilers folk might be interested in the techniques used to make the
same translator function as both an interpreter for the language and a
compiler.
The general technique of using C as the compiler's target language followed by
a call to the local C compiler to generate actual code may also be of some
interest. I had previously used this same tactic to good effect in my
C-INTERCAL compiler (available, same location). This technique makes the
implementation of portable production-quality compilers for small languages
almost indecently easy.
--
Eric S. Raymond <esr@snark.thyrsus.com>
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.