lawrancej / CompilerKit

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

Nice to have extended concatenation #66

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

When concatenating several regular expressions together, it'd be nice to use va_args to build them up. E.g.,

compilerkit_concatenation_vlist_new (GObject *left, GObject *right, ...)
cantrellk commented 12 years ago

I'll give this one a shot

lapatink commented 12 years ago

Hey Kyle, see alternation .h/.c for this. it is pretty much the exact same code.

cantrellk commented 12 years ago

Thanks number 2.

Sent from my HTC on the Now Network from Sprint!

----- Reply message ----- From: "lapatink" reply@reply.github.com Date: Tue, Jun 26, 2012 5:32 pm Subject: [CompilerKit] Nice to have extended concatenation (#66) To: "Cantrell, Kyle" cantrellk@wit.edu

Hey Kyle, see alternation .h/.c for this. it is pretty much the exact same code.


Reply to this email directly or view it on GitHub: https://github.com/lawrancej/CompilerKit/issues/66#issuecomment-6588453