rrthomas / lrexlib

A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)
Other
161 stars 29 forks source link

Ensure consistent typing across operands of ?: #11

Closed tautschnig closed 10 years ago

tautschnig commented 10 years ago

Completes earlier patch for #1

rrthomas commented 10 years ago

Merged, thanks.