https://github.com/soheil-01/css-parser
A very incomplete CSS parser in Zig
https://github.com/soheil-01/css-parser
css css-parser zig
Last synced: 4 months ago
JSON representation
A very incomplete CSS parser in Zig
- Host: GitHub
- URL: https://github.com/soheil-01/css-parser
- Owner: soheil-01
- Created: 2024-03-10T13:12:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:18:42.000Z (over 1 year ago)
- Last Synced: 2025-01-07T10:24:53.268Z (6 months ago)
- Topics: css, css-parser, zig
- Language: Zig
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Parser
My Third project while learning Zig, a very incomplete CSS parser based on [Metaprogramming in Zig and parsing CSS](https://notes.eatonphil.com/2023-06-19-metaprogramming-in-zig-and-parsing-css.html).
## Run
```bash
zig build run -- tests/basic.css
```