manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

Fix special handling in xml and html parsers #72

Closed donaldsonjw closed 2 years ago

donaldsonjw commented 2 years ago

A bug in specials handling in xml-parse prevented html-parse from functioning correctly. Additionally, a small error in +html-special-elements+ prevented script blocks from being parsed correctly.