ocramz / xeno

Fast Haskell XML parser
Other
118 stars 32 forks source link

Introduce a whitespace-around-equals CPP flag #44

Closed pkamenarsky closed 3 years ago

pkamenarsky commented 3 years ago

Introduces a whitespace-around-equals CPP flag to allow the consumers of the library to decide whether they would like to take a performance hit in exchange for correctly parsing whitespace around = characters in attribute definitions.

See #22, #19.

pkamenarsky commented 3 years ago

Btw, I've also merged into master on my fork, so let me know if you actually prefer a new PR from master if you're happy with that approach.