Graph# Code
Status: Pre-Alpha
Brought to you by:
rmiesen
Organization of files:
./branch/ Contains any and all special development code that would
be too disruptive to put into the primary tree.
./trunk/ Contains the primary (stable) branch of
development.
./trunk/src/ Contains the source code for the project. Source code is
organized by module (ex- all source code relating to a
Lexer is found in src/Lexer, all source code relating to
a Parser is found in src/Parser, etc.)
./trunk/doc/ Contains all the development documentation, such as UML
diagrams, language grammars, and other related
documentation.
./trunk/obj/ Contains all object code
./trunk/src-doc/ Contains all the auto-generated source code documentation.
./trunk/src-torture/ Contains all the test suites used to torture all the
bugs out of the program. The test suites' organization
mirrors that of the ./trunk/src directory.