https://github.com/codebrainz/cpar
A simple C function to parse a subset of CSS-like colours.
https://github.com/codebrainz/cpar
Last synced: over 1 year ago
JSON representation
A simple C function to parse a subset of CSS-like colours.
- Host: GitHub
- URL: https://github.com/codebrainz/cpar
- Owner: codebrainz
- License: mit
- Created: 2023-07-05T07:35:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T03:05:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:47:39.759Z (over 1 year ago)
- Language: C++
- Size: 4.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CPAR
A very simple C function in a single-file header that can be used to parse a
subset of CSS-like colours.
Refer to the documentation comments in `cpar.h` for usage info.
An extremely simple test program is included, run `make test` to compile and
run the tests.