summaryrefslogtreecommitdiff
path: root/example/simple.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest zig in preperation for 0.8.0Gravatar Komari Spaghetti2021-05-261-3/+3
|
* Modernize codebaseGravatar Komari Spaghetti2021-05-081-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 structGravatar Komari Spaghetti2021-04-281-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 parseParamGravatar Jimmi Holst Christensen2020-11-101-3/+1
|
* Report error context in Diagnostic (#26)Gravatar Komari Spaghetti2020-11-021-1/+10
|
* adjust examples, README templateGravatar Asherah Connor2020-08-281-3/+6
|
* Run zig fmt on buildv0.2.0Gravatar Jimmi Holst Christensen2020-04-181-2/+2
|
* update examples to latest zigGravatar joachimschmidt5572020-04-111-1/+1
|
* update for latest zig (varargs is no more)Gravatar dbandstra2019-12-091-3/+3
|
* update for latest zigGravatar dbandstra2019-12-011-1/+1
|
* Add clap.parse as the simplest way of using the libGravatar Jimmi Holst Christensen2019-11-271-0/+26