summaryrefslogtreecommitdiff
path: root/util/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-04crate name: util → isabelle2unicodestuebinm1-23/+0
2021-09-03remove grmtoolsstuebinm1-0/+23
the parser using grmtools was way oversized for just doing escape sequences, and only really existed since I wanted to play around with it. The new implementation depends on no external crates, uses just an iter wrapped into a nicely composable function, and appears to be exactly equivalent (but faster).