An open API service indexing awesome lists of open source software.

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

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
```