lawrancej / CompilerKit

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

Convert Regular Expression to Context Free Grammar #14

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

Write a visitor to convert regular expressions into equivalent regular grammars.

theCompanyDream commented 12 years ago

I guess I'll do this

lawrancej commented 12 years ago

Thanks, Tim! It occurred to me that I may be your bottleneck for this, because the grammar classes aren't fully baked yet. I'll let you know when they are, though. In the interim, there are other open issues ready for the taking.