summaryrefslogtreecommitdiff
path: root/src/token.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-25feat: lower some log messages from debug to trace for easier debugLars Wirzenius1-2/+2
2022-12-04fix: handle optional title in image linksLars Wirzenius1-12/+33
2022-10-23refactor: simplify parsing of token streamLars Wirzenius1-1/+1
2022-10-22feat: give location in source for errorsLars Wirzenius1-112/+137
2022-10-16fix: formattingLars Wirzenius1-3/+3
2022-09-02fix: tokenization and matchingLars Wirzenius1-5/+5
2022-08-22feat: allow directive arguments to use ' or ''' instead of ' or """Lars Wirzenius1-0/+8
2022-08-10feat: implement shortcut directiveLars Wirzenius1-0/+8
2022-08-06fix: allow "words" to include colonsLars Wirzenius1-1/+1
2022-08-05fix: single-quoted values may also contain newlinesLars Wirzenius1-1/+1
2022-07-31chore: reformat codeLars Wirzenius1-14/+13
2022-07-23fix: drop eprintlns for debuggingLars Wirzenius1-6/+0
2022-07-23fix: rewrite the wikitext parser so it handles directives betterLars Wirzenius1-0/+359