lang-evolve-core/src/settings
Lucien Cartier-Tilet 23e3acb182
Better category find and replace
I didn't have to do it in two `replace` calls

Now I have to check if the rule has a or several corresponding
categories in the initial and final regex, find whether they have the
same amount of elements, and if so create rules that allow elements from
each category to be mapped 1:1
2020-04-04 18:28:27 +02:00
..
mod.rs Better category find and replace 2020-04-04 18:28:27 +02:00
regex_wrapper.rs Switched from Vectors to HashMaps, need to update docs 2020-03-29 18:10:45 +02:00
utils.rs Updated logger options, changed filetype behavior 2020-03-28 21:59:23 +01:00