start draft of assert struct (with nice debug msgs) + more structure @ par parser
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m53s

This commit is contained in:
2024-02-15 18:37:08 +01:00
parent 3edbe11200
commit f97dd7bde2
3 changed files with 284 additions and 211 deletions

View File

@@ -15,6 +15,7 @@
// limitations under the Licence.
//! Deals with getting all paragraphs for a given law text
mod parser;
use regex::Regex;