summaryrefslogtreecommitdiff
path: root/example/simple-ex.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest zig in preperation for 0.8.0Gravatar Komari Spaghetti2021-05-261-7/+3
|
* Merge branch 'master' into zig-masterGravatar Komari Spaghetti2021-05-261-6/+13
|\
| * 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/+8
| | | | | | | | | | | | 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.
* | zig master updatesGravatar Asherah Connor2021-01-101-1/+1
|/
* Deprecate ComptimeClap in favor of parseExv0.3.0Gravatar Jimmi Holst Christensen2020-11-101-0/+43