https://github.com/strvdr/ztoml
A bad toml parser written in Zig
https://github.com/strvdr/ztoml
toml-parser toml-parsing zig ziglang
Last synced: 10 months ago
JSON representation
A bad toml parser written in Zig
- Host: GitHub
- URL: https://github.com/strvdr/ztoml
- Owner: strvdr
- Created: 2025-01-27T04:38:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T04:52:52.000Z (12 months ago)
- Last Synced: 2025-01-27T05:25:02.021Z (12 months ago)
- Topics: toml-parser, toml-parsing, zig, ziglang
- Language: Zig
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ztoml
It's bad right now, so don't use it if you can avoid it in any way possible. You will have to modify a bunch of things :)
## Usage:
Move your toml file into the ztoml folder and from the project root:
```
zig build
./zig-out/bin/ztoml yourfile.toml
```
but don't use it