Alexander
Alexander
Hi @timleijt I would not use MyCSS (only if in Modest). In the `lexbor` project, the CSS parser has been completely rewritten and its API has changed radically. But, I'm...
@Dan-Do I finished refactoring CSS parser and ended the selectors. Testing before commit. Thanks for using the library.
@BarryThrill Hi! A lot of work lately. Everything was stretched out. But I am already continuing to test selectors.
Hi @BarryThrill In progress. Testing revealed a fundamental bug. I'm changing my approach. I think that in 1 week everything will be ready.
@BarryThrill Hello! I have had a coronavirus and now I am catching up on lost time at my main job. (nginx, njs) The selectors are complete and tested. But the...
@jayflo No, [Selectors Level 4](https://drafts.csswg.org/selectors-4/) only.
@BarryThrill @vtorri @mario-132 @jayflo @Dan-Do The first implementation of selectors is commited. I would be glad to see performance tests, comparisons with Modest.
@mario-132 Usable condition. There are tested, testing with a fuzzers, and so on. Any feedback on usage will be helpful.
@vtorri > @kostya did you try to add some optimization flags, like -march and -mtune ? In real life, these optimizations (`-march=native`) are not used.
@MrSorcus Present and working, take a look [example](https://github.com/lexbor/lexbor/blob/master/examples/lexbor/selectors/easy_way.c#L52).