refactor(users/Profpatsch/jbovlaste): factor Parse into own module

We want to use this quite generic parser type for other things as
well.

Change-Id: I890b43c58e479bdf2d179a724280ef1d8748fafa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9742
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2023-10-15 23:03:43 +02:00 committed by clbot
parent c79c2f3557
commit df43454dc5
7 changed files with 176 additions and 167 deletions

View file

@ -62,6 +62,7 @@ executable jbovlaste-sqlite
pa-label,
pa-error-tree,
pa-field-parser,
my-prelude,
containers,
selective,
semigroupoids,