lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Alternation Note and Complement Addition #77

Closed lapatink closed 12 years ago

lapatink commented 12 years ago

Fixed alternation test to actually run the new test functions. This revealed a bug in the assembly or dis-assembly of the alternation object via the vlist function. Further research is being done into this.

Added complement test function. Review must be done to assure tests are properly used