Shinmera / plump

Practically Lenient and Unimpressive Markup Parser for Common Lisp
https://shinmera.github.io/plump
zlib License
119 stars 21 forks source link

Fix hash-value bug. #45

Closed Devon7 closed 2 years ago

Devon7 commented 2 years ago

Buggy LOOP syntax allows mismatched hash keys and values. Although this bug is unlikely to manifest in many Common Lisp implementations, it may break at any time and pervasively presents a bad example.

Shinmera commented 2 years ago

Thanks