https://github.com/tiehuis/zig-cli-experiment
Experiment in how to handle the cli interface for zig
https://github.com/tiehuis/zig-cli-experiment
cli zig
Last synced: 2 months ago
JSON representation
Experiment in how to handle the cli interface for zig
- Host: GitHub
- URL: https://github.com/tiehuis/zig-cli-experiment
- Owner: tiehuis
- License: mit
- Created: 2018-04-01T03:41:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T10:21:34.000Z (about 8 years ago)
- Last Synced: 2025-07-26T16:23:13.077Z (11 months ago)
- Topics: cli, zig
- Language: Shell
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Experimenting with how we can structure the cli of the zig compiler and its
associated sub-commands.
The current method is quite unwieldy and I'd like to see a clean implementation
for the self-hosted compiler.
We will probably pull out any useful argument parsing into a library/file maybe
in std depending on if its useful enough.