evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Fix `?` usage in kernel #810

Closed evhub closed 9 months ago

evhub commented 9 months ago

The kernel mistakenly compiles ? in the middle of expressions into %pinfo calls if the ? happens to start or end the line.