Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to use a single shared edit map | 2022-07-22 | 1 | -8/+6 | |
| | |||||
* | Refactor to remove unneeded tuples in every states | 2022-07-22 | 1 | -7/+7 | |
| | |||||
* | Refactor to pass ints instead of vecs around | 2022-07-22 | 1 | -3/+3 | |
| | |||||
* | Refactor to move `index` field to `point` | 2022-07-21 | 1 | -44/+22 | |
| | |||||
* | Refactor to move some event fields to `link` | 2022-07-21 | 1 | -24/+8 | |
| | |||||
* | Refactor to share edit map | 2022-07-20 | 1 | -7/+7 | |
| | |||||
* | Refactor to use less vecs for events | 2022-07-20 | 1 | -2/+2 | |
| | |||||
* | Refactor to remove cloning in `edit_map` | 2022-07-19 | 1 | -1/+1 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -1/+1 | |
| | |||||
* | Refactor to organize resolvers | 2022-07-18 | 1 | -2/+2 | |
| | |||||
* | Refactor examples of states | 2022-07-18 | 1 | -2/+4 | |
| | |||||
* | Refactor to move token types to `token` | 2022-07-07 | 1 | -29/+30 | |
| | |||||
* | Remove debugging from attention | 2022-07-07 | 1 | -41/+1 | |
| | |||||
* | Fix misnested attention | 2022-07-05 | 1 | -0/+19 | |
| | |||||
* | Fix interleaving of attention/label | 2022-07-05 | 1 | -44/+54 | |
| | |||||
* | Fix resizing attention bug | 2022-07-05 | 1 | -1/+2 | |
| | |||||
* | Refactor code style | 2022-07-05 | 1 | -4/+20 | |
| | |||||
* | Add docs to attention | 2022-07-05 | 1 | -66/+180 | |
| | |||||
* | Add support for unicode punctuation | 2022-07-04 | 1 | -4/+2 | |
| | |||||
* | Fix opening/closing tag order of nested attention | 2022-07-04 | 1 | -1/+1 | |
| | |||||
* | Fix some attention bugs | 2022-07-04 | 1 | -4/+33 | |
| | | | | | | * Fix closing many attention from one closer * Fix nested attention * Fix remaining attention markers | ||||
* | Add support for attention (emphasis, strong) | 2022-07-04 | 1 | -0/+401 | |