aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer/machine
AgeCommit message (Expand)Author
2023-09-28chore: rename internal states as wellMartin Fischer
2023-09-28feat: add span to Trace::CharMartin Fischer
2023-09-28feat: add offset to Trace::EndOfFileMartin Fischer
2023-09-28break!: emit chars instead of stringsMartin Fischer
2023-09-28refactor: proxy emit_string calls through utilsMartin Fischer
2023-09-28refactor: move machine impl details to machine moduleMartin Fischer
2023-09-28refactor: move utils module under tokenizer::machineMartin Fischer