ANN: Interpreter Development Kit

"Jerome T. Holland" <jholland@parsifalsoft.com>
19 Sep 2002 01:19:26 -0400

          From comp.compilers

Related articles
ANN: Interpreter Development Kit jholland@parsifalsoft.com (Jerome T. Holland) (2002-09-19)
| List of all articles for this month |

From: "Jerome T. Holland" <jholland@parsifalsoft.com>
Newsgroups: comp.compilers
Date: 19 Sep 2002 01:19:26 -0400
Organization: Compilers Central
Keywords: interpreter, tools, available
Posted-Date: 19 Sep 2002 01:19:26 EDT

Parsifal Software has released version 1.0 of the XIDEK Extensible
Interpreter Development Kit. XIDEK supports interpreter and simple
compiler development with a small but complete collection of reusable,
extensible parsing and support modules. These modules implement
standard expression and statement syntax, including control
statements; symbol tables; abstract syntax trees; and simple bytecode
interpreters. They can be used as a starting point for rapid
development of language processors for script languages, "little
languages", or domain specific languages. Numerous documented examples
show how to combine and extend the base modules into custom
interpreters.


XIDEK is being released under the zlib/libpng open source
license which permits free use for any purpose, including
commercial applications. Complete source code and
documentation are available for immediate download from
www.parsifalsoft.com/examples/xidek.


--
Parsifal Software | Parsifal -> AnaGram | 800-879-2577
P.O. Box 219 | AnaGram -> parsers | Voice/Fax 508-358-2564
Wayland, MA 01778 | parsers -> results, fast | jholland@parsifalsoft.com
http://www.parsifalsoft.com


Post a followup to this message

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