lawrancej / CompilerKit

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

nice to have positive closure implementation #23

Closed lawrancej closed 12 years ago

lawrancej commented 12 years ago

This should just use the kleene star and concatenation to get things done, i.e., a(a)*

cantrellk commented 12 years ago

I will try my hand at this

lawrancej commented 12 years ago

You may want to add your implementation to src/convenience.c. It's a one-liner.