summaryrefslogtreecommitdiff
path: root/example/simple-error.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-08Modernize codebaseGravatar Komari Spaghetti1-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
2020-11-02Report error context in Diagnostic (#26)Gravatar Komari Spaghetti1-3/+1
2020-11-02Report error context in Diagnostic (#26)Gravatar Komari Spaghetti1-3/+1
2019-12-01update for latest zigGravatar dbandstra1-1/+1
2019-11-27Add clap.parse as the simplest way of using the libGravatar Jimmi Holst Christensen1-0/+15