lawrancej / CompilerKit

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

Test and Examples #68

Closed lapatink closed 12 years ago

lapatink commented 12 years ago

Here is the finished alternation test and I also removed the todo's from empty set example and empty string example since they are done.

lapatink commented 12 years ago

Joey, Do you think we really need the 2 parameter compilerkit_alternation_new to be public? it seems kind of pointless with the compilerkit_alternation_vlist_new function. We could turn one into a _private and keep the vlist one with just the compilerkit_alternation_new name and it would be a little more straight forward. Just a thought.