lang-evolve-core/src
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
..
settings Good progress with applying rules, room for improvement 2020-04-04 15:46:29 +02:00
lib.rs Good progress with applying rules, room for improvement 2020-04-04 15:46:29 +02:00