scymtym / esrap

Common Lisp packrat parser
https://scymtym.github.io/esrap/
78 stars 12 forks source link

Replace "*" type specifier with "t" #14

Closed jl2 closed 2 years ago

jl2 commented 2 years ago

A recent change in SBCL causes the "*" to raise a compiler error.

https://github.com/sbcl/sbcl/commit/c180c2bec0d6a3096ecbc8a055fd9ebe8f4a6885

scymtym commented 2 years ago

Thank you for the heads up and the pull request. Sorry, I misread the notification as referring to an issue instead of a pull request and thus wrote and committed a fix.