| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -3/+3 | |
| | | |||||
| * | Modernize codebase | 2021-05-08 | 1 | -1/+2 | |
| | | | | | | | | | * Better naming for variables * Follow naming style of enums * Use `writer()` instead of `outStream()` * Change many initializers to be a one liner * Don't explicitly initialize fields to their default value | ||||
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -6/+5 | |
| | | | | | | | This allows for default arguments, which we can also extend without breaking peoples code in the future. This is a breaking change right now though. | ||||
| * | Better parseParam | 2020-11-10 | 1 | -3/+1 | |
| | | |||||
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -1/+10 | |
| | | |||||
| * | adjust examples, README template | 2020-08-28 | 1 | -3/+6 | |
| | | |||||
| * | Run zig fmt on buildv0.2.0 | 2020-04-18 | 1 | -2/+2 | |
| | | |||||
| * | update examples to latest zig | 2020-04-11 | 1 | -1/+1 | |
| | | |||||
| * | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -3/+3 | |
| | | |||||
| * | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| | | |||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -0/+26 | |