Home Page | Contact information | Courses | Publications | Research | Miscellany | Bookmarks

A Parser for a C++ subset.


Installing JavaCC.

On giga, exa, or peta. cd to a directory on your path. Type
ln -s /usr/local/JavaCC/bin/* .
rehash
If you do not own any directory on your path, you should -- create one and change your .cshrc file to put it on your path.

Obtaining the files.

All the files for my subset parser are in ~theo/pub/se/Grammar/. Copy them to your own directory. (Use cp -R .) Read the README.txt file, for further instructions.

The JavaCC Documentation

Is at http://www.suntest.com/Jack/DOC/ .

The grammar I am using.

The grammar as abstracted by the jjdoc utility.