Shinmera / plump

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

DEFINE-WILDCARD-DISPATCHER macro #33

Closed charJe closed 3 years ago

charJe commented 3 years ago

As a follow up to #32, I realized today that forcing the name to be * made it so there can only be a single wild card dispatcher 😥. This macro allows multiple to be created with any name (still only one per special variable with the exception of *all-tag-dispatchers*).