finish timeago parser, refactor codegen

This commit is contained in:
ThetaDev 2022-09-05 21:43:43 +02:00
parent 500ea77788
commit 513bf1dc9c
12 changed files with 641 additions and 895 deletions

3
src/codegen/mod.rs Normal file
View file

@ -0,0 +1,3 @@
#![cfg(test)]
mod gen_dictionary;
mod gen_locales;