]> Lady’s Gitweb - LesML/commit
Refactor initial chunking to be line‐based
authorLady <redacted>
Sat, 19 Oct 2024 17:11:12 +0000 (13:11 -0400)
committerLady <redacted>
Sat, 19 Oct 2024 17:35:40 +0000 (13:35 -0400)
commitae0c7e317f7c586a1771dc5f2764a904970da3d2
tree6d2c12b46eedbcc7a2e0c4b39332c3fe19b489f8
parent57aba756b5ea79520435489e8ef33111070325eb
Refactor initial chunking to be line‐based

The old parsing mechanism operated primarily on large string chunks,
which were re‐parsed into lines potentially multiple times. This
refactor changes the parsing to use lines and ranges, which is a little
more verbose/complicated from an X·Path perspective (it requires a lot
of `generate-id()` comparisons) but hopefully, on the whole, better.
parser.xslt
This page took 0.018886 seconds and 4 git commands to generate.