no-context / moo

Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.
BSD 3-Clause "New" or "Revised" License
824 stars 66 forks source link

Fix reUnion() for empty regex lists #92

Closed nathan closed 6 years ago

nathan commented 6 years ago

Return (?!), which never matches anything (as mentioned in #91).

nathan commented 6 years ago

Happy to help!