Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-06 | Refactor to split parse from compile options | 1 | -3/+6 | ||
2022-09-07 | Add support for recoverable syntax errors | 1 | -10/+12 | ||
2022-08-18 | Add `pretty_assertions` to tests for diffs | 1 | -0/+1 | ||
2022-08-09 | Add more tests for definitions and block quotes | 1 | -15/+3 | ||
2022-08-09 | Add some more tests for just line endings | 1 | -0/+36 | ||
2022-07-18 | Add support for turning off constructs | 1 | -15/+15 | ||
2022-06-21 | Add support for inferring line ending, configurable | 1 | -0/+161 | ||
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style |