aboutsummaryrefslogtreecommitdiff
path: root/libbutl/char-scanner.txx
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Add putback depth char_scanner template parameterKaren Arutyunov1-10/+10
2020-02-26Add notion of validator to char_scanner and make sure manifest is UTF-8Karen Arutyunov1-0/+146
This involves implementing utf8_validator and UTF-8 utility functions and using them during the manifest parsing, serialization, and rewriting.