Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Welcome to SableDD

From SableCC:

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. 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.

SableDD is a port of the SableCC compiler compiler tool that generates D code as output (Well, not really a port, the program is still Java TM). The current version is based on SableCC 3.2.

Project Status

This project seems to have stalled with changeset 7 on 2007-04-02.

Resources

Distribution files:

For all downloads check here.

Source code can be directly accessed in the Subversion repository. The URL for SVN clients is: http://svn.dsource.org/projects/sabledd/trunk

Documentation, examples, etc

TODO. See README.html, doc/test.sablecc3 and doc/calculator.d

Starting Points

For a complete list of local wiki pages, see TitleIndex.