Commit graph

10 commits

Author SHA1 Message Date
Linus Groh
872272205d Update uses of LazyPath
The 'path' union field got removed upstream.

See: https://github.com/ziglang/zig/pull/19826
2024-05-18 13:44:49 +02:00
Bob Farrell
01d72b9a01 Add support for wrapping help output
If `wrap_len` is provided, wrap lines over `wrap_len` characters,
retaining indentation.

Fix test runner - tests were not running with `zig build test`.
2024-03-20 10:53:37 +01:00
Linus Groh
444f603812 Update for new build API
See: https://github.com/ziglang/zig/pull/18160
2024-01-05 18:05:13 +01:00
dweiller
cce1b89877 Update for deprecation of std.Build.CompileStep.run() 2023-04-17 08:37:06 +02:00
Felix "xq" Queißner
c84f970940 Uses addModule after fix 2023-03-05 10:55:36 +01:00
50e2ba9a3b update to new zig module system
This allows using zig-args with the new Zig package manager.
2023-02-06 19:55:06 +01:00
Lee Cannon
e053c11ceb support verbs with void and zero sized payload types 2022-08-15 14:57:06 +02:00
Vincent Rischmann
a00443ca70 add a demo file for parsing with verbs 2022-02-05 20:24:16 +01:00
Vincent Rischmann
c45acf33bf build: set the mode and target
useful for overriding with -Dtarget when testing
2022-02-05 08:47:38 +01:00
Felix "xq" Queißner
223f387efe First step towards integrated verb parsing. 2021-08-27 17:03:13 +02:00