]> git.g-eek.se Git - ranknauto.git/commit
Sys. Refactor number parsing for length and readability v.0.5
authorGustav Eek <gustav.eek@fripost.org>
Mon, 6 Mar 2023 09:28:35 +0000 (10:28 +0100)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 6 Mar 2023 09:37:37 +0000 (10:37 +0100)
commit788ea0219a69e44e8fd7512d4f323c6086523167
treeacd04ec6d8bc8b99209a274b0783a522897ae9ed
parentb3b622f3b00c45dde1519752f3b619f959466e41
Sys. Refactor number parsing for length and readability

"The rule of index of the longest match" is introduced also for bullet
parsing. In finding longest index, the length vector middle step is
removed for the benefit of iterator chaining. The *conf* templates are
produced symmetrically between bullet and number patterns. Debug
printing is reduced, concentrated and made symmetric. Finally, a
bullet test is updated as a consequence of introducing the longest
index rule for bullets.
src/main.rs