Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to use a bunch of `into` | 2022-10-11 | 1 | -3/+3 | |
| | |||||
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -7/+13 | |
| | |||||
* | Add support for turning mdast to hast | 2022-09-28 | 1 | -2/+4 | |
| | |||||
* | Add support for compiling to mdast | 2022-09-26 | 1 | -1/+29 | |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -3/+5 | |
| | |||||
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -14/+22 | |
| | |||||
* | Add support for inferring line ending, configurable | 2022-06-21 | 1 | -2/+3 | |
| | | | | | | * Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style | ||||
* | Add code (text) | 2022-06-15 | 1 | -0/+162 | |