aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/attention.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to use a single shared edit mapLibravatar Titus Wormer2022-07-221-8/+6
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-7/+7
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-3/+3
* Refactor to move `index` field to `point`Libravatar Titus Wormer2022-07-211-44/+22
* Refactor to move some event fields to `link`Libravatar Titus Wormer2022-07-211-24/+8
* Refactor to share edit mapLibravatar Titus Wormer2022-07-201-7/+7
* Refactor to use less vecs for eventsLibravatar Titus Wormer2022-07-201-2/+2
* Refactor to remove cloning in `edit_map`Libravatar Titus Wormer2022-07-191-1/+1
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
* Refactor to organize resolversLibravatar Titus Wormer2022-07-181-2/+2
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-2/+4
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-29/+30
* Remove debugging from attentionLibravatar Titus Wormer2022-07-071-41/+1
* Fix misnested attentionLibravatar Titus Wormer2022-07-051-0/+19
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-051-44/+54
* Fix resizing attention bugLibravatar Titus Wormer2022-07-051-1/+2
* Refactor code styleLibravatar Titus Wormer2022-07-051-4/+20
* Add docs to attentionLibravatar Titus Wormer2022-07-051-66/+180
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-4/+2
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-041-1/+1
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-4/+33
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-0/+401