kkebo / zyphy

Zyphy is (or will be) a fast web browser engine written in Swift.
MIT License
4 stars 1 forks source link

feat: implement CharRefTokenizer #35

Closed kkebo closed 9 months ago

kkebo commented 10 months ago

closes #27

kkebo commented 9 months ago

Tokenizer.charRefTokenizer can be private now.

kkebo commented 9 months ago

The state "named character reference" is still not implemented completely, but this implementation is almost done, so it's ok to merge it.