Owez / jingo

A lightweight, high-level language designed for rapid prototyping
MIT License
9 stars 0 forks source link

Choosing regex library #5

Closed Owez closed 4 years ago

Owez commented 4 years ago

Could use the main regex library or the lower level regex_automata. Looks like regex has technically no dependancies (but optionals are probably enabled) and the other has 1 normal dep and 2 optional ones that may not be used.

Probably best to use the normal regex but still up for debate.

Owez commented 4 years ago

Currently don't need any sort of regex implementation. Will reopen accordingly if needed.