Commit graph

7 commits

Author SHA1 Message Date
benoit74
c9c5281760
Generate Python and JS tests from YAML definition 2024-07-30 14:58:41 +00:00
benoit74
a38fdc7b9f
Move rules to YAML instead of JSON to add support for inline comments 2024-06-25 12:59:59 +00:00
benoit74
1b41812da8
Add message confirming rules generation is done 2024-06-04 07:15:51 +00:00
benoit74
5a0b0e6091
Small fixes following review 2024-05-02 19:49:32 +00:00
benoit74
31472e7fab
Fix JS template for fuzzy rules and ignore generated file
- Fix the JS template to be as much in-line with prettier requirement
- Ignore however the generated file, we do not care about remaining
  issues (lines too long) / it would be hard to fix
2024-05-02 19:49:30 +00:00
benoit74
8a483dd693
Adapt CI and README for javascript instructions 2024-04-12 08:29:07 +00:00
benoit74
beca01cd19
Move JS code to dedicated JS module and generate all fuzzy rules
- JS code used to setup wombat.js now lives in a dedicated JS subproject
- JS code is compiled by rollup
- Fuzzy rules are defined in a data-driven JSON file
- This JSON file is used to generate both the Python and JS code that will
  use them
2024-04-12 08:24:50 +00:00