Activity
Further simplify parsers with trim, update readme, remove debugging code
Further simplify parsers with trim, update readme, remove debugging code
use trim operator and remove parse_ignoring_ws function
use trim operator and remove parse_ignoring_ws function
Adds trim, any, none_of and optional. Adds MIT license
Adds trim, any, none_of and optional. Adds MIT license
Fix implementation of recursive parser, add test case
Fix implementation of recursive parser, add test case
Force push
Fix implementation of recusrive parser, add test case
Fix implementation of recusrive parser, add test case
Better whitespace handling, refactor parse_some, parse_n and friends
Better whitespace handling, refactor parse_some, parse_n and friends
Refactor to handle splitting string_views. Adds fmt library. Some err…
Refactor to handle splitting string_views. Adds fmt library. Some err…
Support selectors that start with . or #. Small clean up for demo app
Support selectors that start with . or #. Small clean up for demo app
Update issue templates
Update issue templates
Support selectors that start with . or #. Small clean up for demo app
Support selectors that start with . or #. Small clean up for demo app
clean up demo app, finish parsing rgb colors
clean up demo app, finish parsing rgb colors