summaryrefslogtreecommitdiff
path: root/example/simple-error.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modernize codebaseGravatar Komari Spaghetti2021-05-081-2/+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
* Report error context in Diagnostic (#26)Gravatar Komari Spaghetti2020-11-021-3/+1
|
* 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/+15