Commit graph

17 commits

Author SHA1 Message Date
Griatch
a83f21ef2f Apply black to cleanup code 2022-06-12 09:46:48 +02:00
ChrisLR
f47beb6751 Changed parser to escape properly using alternating " or ' 2022-06-06 16:23:36 -04:00
Cal
338d7c81b9 fix syntax error and docstring typos 2022-03-09 09:53:39 -07:00
Griatch
bd3e31bf3c Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
9d6cb98349 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
7ff8cbb341 I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
Griatch
c9d9e9c6f8 Clean up docs and more funcparser fixes 2021-03-27 23:43:46 +01:00
Griatch
c65c68e4c2 Further cleanup and refactoring 2021-03-27 19:20:21 +01:00
Griatch
a3a57314a1 Homogenize funcparser calls 2021-03-25 23:15:47 +01:00
Griatch
adb370b1d3 Add tests for verb conjugation 2021-03-22 20:18:27 +01:00
Griatch
24a6d2cfab Add verb conjugation module 2021-03-22 00:47:27 +01:00
Griatch
263065e7f1 Make Funcparser support non-string returns; more tests 2021-03-20 00:23:29 +01:00
Griatch
06c2b6d477 Make funcparser able to handle non-string returns 2021-03-18 23:27:00 +01:00
Griatch
73eb9a935d Make FuncParser integrate better with literal_eval by not nesting strings unnecessarily. 2021-03-18 09:39:41 +01:00
Griatch
773bb31f55 Replace inlinefunc parser with FuncParser mostly 2021-03-17 23:44:08 +01:00
Griatch
f445f34356 Add simple_parser dependency. Extend/test new funcparser 2021-03-17 17:02:53 +01:00
Griatch
377a25f9e8 Add and start testing of new central funcparser 2021-03-14 23:54:53 +01:00