Release of SableCC 2.1

Etienne GAGNON <gagnon@CS.McGill.CA>
15 Mar 1998 00:21:37 -0500

          From comp.compilers

Related articles
Release of SableCC 2.1 gagnon@CS.McGill.CA (Etienne GAGNON) (1998-03-15)
| List of all articles for this month |

From: Etienne GAGNON <gagnon@CS.McGill.CA>
Newsgroups: comp.compilers
Date: 15 Mar 1998 00:21:37 -0500
Organization: Sable Research Group
Keywords: OOP, Java, tools

The Sable Research Group of McGill University announces the public
release of SableCC version 2.1.


SableCC is an object-oriented framework that generates compilers (and
interpreters) in the Java programming language. This framework is based
on two fundamental design decisions. Firstly, the framework uses
object-oriented techniques to automatically build a strictly typed
abstract syntax tree that matches the grammar of the compiled language
and simplifies debugging. Secondly, the framework generates tree-walker
classes using an extended version of the visitor design pattern which
enables the implementation of actions on the nodes of the abstract
syntax tree using inheritance. These two design decisions lead to a tool
that supports a shorter development cycle for constructing compilers.


SableCC is free software. It comes with full source code and examples.
One example is a small, fully functional, BASIC interpreter written in
less than 300 lines of commented Java code.


You can download SableCC from the Sable Research Group's web page at:
http://www.sable.mcgill.ca/


Etienne Gagnon
Sable Research Group
McGill University
--


Post a followup to this message

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