kostya / lexbor

Fast HTML5 Parser with CSS selectors. This is successor of myhtml and expected to be faster and use less memory.
MIT License
95 stars 14 forks source link

fix: switch non-opaque ptrs types to alias #40

Closed mdwagner closed 9 months ago

mdwagner commented 9 months ago

Based on this comment from https://github.com/crystal-lang/crystal/issues/14151#issuecomment-1883556841, changing these to aliases make a bit more sense in this context. Also, at least until the Interpreter fixes this bug, this will also also it to work again.