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

https://github.com/arthrp/rgb-custom-parser

Extremely simple parser made with parser combinators which parses rgb string
https://github.com/arthrp/rgb-custom-parser

nom

Last synced: 2 months ago
JSON representation

Extremely simple parser made with parser combinators which parses rgb string

Awesome Lists containing this project

README

          

# rgb-custom-parser
Extremely simple parser made with parser combinators which parses rgb string (e.g. "rgb(255,255,255)").