ferus-web / ferus

A toy web engine written in Nim
106 stars 4 forks source link

Rewrite style engine #11

Closed xTrayambak closed 1 year ago

xTrayambak commented 1 year ago

The current CSS parser is a slow state machine based parser which is really difficult to add anything new for, I'll be rewriting it to use consume-based parsing instead.