WONKY



LOG | FILES | OVERVIEW


The source of Wonky is scattered many different
directories with the hope of preserving tidiness.
Their names should indicate what they hold, but here is a
list ( that is probabbly incomplete and out of date )
so you know how to interpret the names

doc - documentation dir
tests - test .c files dir
src - root source dir
src/backend - source proccessing code dir
src/frontend - code generation code dir
src/debug - functions for asserts and wobler dir
src/misc - non compiler specific data structures dir
src/environment - deals with the host system, I/O and command line args
src/semantics - data structures specific to the compiler and code that
		deals with them