Added files for new functions.
commit6b4c27b660a3bb63997820ea3272972288364129
authorSteven Schronk <steven@schronk.com>
Thu, 31 Dec 2009 17:33:13 +0000 (31 11:33 -0600)
committerSteven Schronk <steven@schronk.com>
Thu, 31 Dec 2009 17:33:13 +0000 (31 11:33 -0600)
tree4763cf82e7aec781735cebc8ad33a70514976561
parentec98d8fa2479781652a38dadfe2752094eb13c67
Added files for new functions.

These files add a place for the parser, symbol table code, and the code
module.

Two structures for the code module have been created named tri and sept.

We are not using bitwise manipulation for these structures to make the code
easier to understand and maintain code portability between different
architectures.  Moreover, the datatype written to file is type char so this
happens to fit well with the outcome desired.

Changed README to reflect location of blessed repository.

There are currently two repos and I don't want anyone to get confused
or stuck with old code.
README
code.c [new file with mode: 0644]
code.h [new file with mode: 0644]
parse.c [new file with mode: 0644]
parse.h [new file with mode: 0644]
symbol.c [new file with mode: 0644]
symbol.h [new file with mode: 0644]