lang-evolve-core/src/settings
Lucien Cartier-Tilet ef8c02fc97
Good progress with applying rules, room for improvement
Rules are applied, however some bugs remain:
- The HashMap for rules should be replaced by a Vec so they can be
  stored in order and not randomly
- For some reasons, the `%` is not removed from some rules in the
  private function `update_rules` in the `Settings` struct.
- Make it so replacements between square brackets work correctly
2020-04-04 15:46:29 +02:00
..
mod.rs Good progress with applying rules, room for improvement 2020-04-04 15:46:29 +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