aboutsummaryrefslogtreecommitdiff
path: root/src/token.rs
AgeCommit message (Expand)Author
2023-09-28break!: move offsets out of TokenMartin Fischer
2023-09-28refactor: simplify attribute logic in DefaultEmitterMartin Fischer
2023-09-28break!: add Token::EndOfFileMartin Fischer
2023-09-28break!: emit chars instead of stringsMartin Fischer
2023-09-28break!: remove Token::ErrorMartin Fischer
2023-09-09refactor: merge token types with attr to new token moduleMartin Fischer