finish timeago parser, refactor codegen
This commit is contained in:
parent
500ea77788
commit
513bf1dc9c
12 changed files with 641 additions and 895 deletions
3
src/codegen/mod.rs
Normal file
3
src/codegen/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#![cfg(test)]
|
||||
mod gen_dictionary;
|
||||
mod gen_locales;
|
||||
Reference in a new issue