EiC C interpreter

Ed Breen <Ed.Breen@Altavista.net>
21 Apr 1998 00:34:43 -0400

          From comp.compilers

Related articles
EiC C interpreter Ed.Breen@Altavista.net (Ed Breen) (1998-04-21)
| List of all articles for this month |

From: Ed Breen <Ed.Breen@Altavista.net>
Newsgroups: comp.lang.c,comp.compilers
Date: 21 Apr 1998 00:34:43 -0400
Organization: eic_free@geocities.com
Keywords: C, interpreter, available

Hi,


This is to announce the release of EiC version 3.6, which is released
under the Artistic licence, which means its source code is freely
available.


EiC is a pointer-safe, bytecode C interpreter, which has three main
modes of operation: (1) interactive mode - via immediate statements -
(2) non-interactive mode and (3) scripting mode - for
running shell scripts. Because each mode uses the C programming
language, it provides a seamless way of moving from one programming
task to another.




Its banner-free, cookie-free, website is:


                http://www.geocities.com/~eic_free


A short summary of EiC can be viewed via


                http://www.geocities.com/~eic_free/miniblurb




Pre-compiled binaries for the following platforms:


                Linux (elf)
                SUN SPARC SOLARIS 2.x
                SUN OS 4.1.x
                DEC ALPHA OSF 3.x and 4.x
                SGI IRIX 6.x


Changes from 3.5 to 3.6


            *** added module `xv', which
                    provides a primative interface
                    to xv.
                * Fixed bug in EiC's test-module
                        EiC/test/EiCtests/testinclude.c
                * Documentation updated to reflect
                    EiC's internet programming facility.
                * if EiC is installed in /usr/local
                    then the environmental variable
                    HOMEofEiC does not need to be
                    defined
            *** added the command line switch '-e'.
                    It is used to for debugging CGI scripts.
                    See documentation for details.
                * fixed bug with fgetc not returning
                    the next character as an unsigned char
                    converted to an int
                * fixed bug with EiC core dumping when
                    the environmental variable HOMEofEiC is
                    not defined


All the best


--
Ed. Breen
Email: Ed.Breen@Altavista.net
URL: http://www.geocities.com/~eic_free
--


Post a followup to this message

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