aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* actually insert newlines in a coherent fashionHEADmainJJ2023-06-18
|
* minor wikitext display cleanupsJJ2023-06-18
|
* implement online lookups if a wiktionary dump is not detectedJJ2023-06-17
|
* split lib.rs functionality into separate modulesJJ2023-06-17
|
* minor idiomatic changesJJ2023-06-17
|
* update readmeJJ2023-02-24
|
* refactor slightly for stateJJ2023-02-24
|
* parse_wiki_text: begin implementation of template handlingJJ2023-02-24
|
* condense display in lib.rsJJ2023-02-24
|
* parse_wiki_text: fix incorrect parsing of pages lacking a leading newlineJJ2023-01-16
|
* parse_wiki_text: impl Display for Node, except for template nodesJJ2023-01-08
| | | | templates are going to be like several dozen specific cases
* parse_wiki_text: fix compiler warningsJJ2023-01-07
|
* Copy the last version of the parse_wiki_text crate in for developmentJJ2023-01-04
|
* pretty terrible printing implementationJJ2023-01-04
|
* bug fixJJ2023-01-02
| | | | this may be slightly slower, however: but we can performance golf later
* Initial implementationJJ2023-01-01