| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-16 | Switch to `unscanny` | Laurenz | |
| 2022-02-23 | Code Review: That's just like your struct, man. | Martin Haug | |
| 2022-02-23 | New incremental parsing paradigm | Martin Haug | |
| Also move column offset into scanner. This fixes #62 | |||
| 2022-02-18 | List label styling | Laurenz | |
| 2022-01-13 | Faster byte/utf-16 offset conversions | Laurenz | |
| 2022-01-04 | Code Review: Your parsers were so preoccupied with whether they could | Martin Haug | |
| 2021-11-15 | Make clippy happier and remove `Str` | Laurenz | |
| 2021-11-08 | Tidy up AST | Laurenz | |
| 2021-11-05 | Refactoring | Laurenz | |
| Co-Authored-By: Martin <mhaug@live.de> | |||
| 2021-11-05 | Code Review: Life is Like a Box of Iterators | Martin Haug | |
| 2021-08-21 | Prune derives | Laurenz | |
| 2021-08-12 | Array and dictionary indexing | Laurenz | |
| 2021-08-01 | Pretty-printed diagnostics with traceback | Laurenz | |
| 2021-07-27 | Use last instead of next_back | Laurenz | |
| 2021-07-13 | Optimize scanner and tokenizer | Laurenz | |
| 2021-07-08 | Switch to = for headings once again | Laurenz | |
| 2021-07-08 | URL special case for line comments | Laurenz | |
| 2021-07-08 | Range operator | Laurenz | |
| 2021-06-30 | Optimize scanner performance | Laurenz | |
| 2021-06-09 | Lists with indent-based parsing | Laurenz | |
| - Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform | |||
| 2021-01-03 | Move and rename many things ๐ | Laurenz | |
| 2021-01-01 | A few small improvements โป | Laurenz | |
| 2020-12-31 | Parsing improvements ๐งฝ | Laurenz | |
| - Simplified scanner code - Peek eagerly - Skip whitespace and comments automatically in header mode - Parse simple block expressions - Move literal definitions into expression module - Raw resolving tests | |||
| 2020-10-02 | Small improvements ๐งบ | Laurenz | |
| 2020-10-02 | Remove spans from token iterator ๐งฝ | Laurenz | |
| 2020-10-02 | Optimize parser by remembering peeked token โก | Laurenz | |
| 2020-10-02 | Refactor parser ๐ | Laurenz | |
| 2020-10-01 | Make syntax not depend on parse ๐ฉ | Laurenz | |
| This would make it possible to split them into two separate crates. | |||
| 2020-10-01 | Rename CharParser to Scanner โ | Laurenz | |
