jaspervdj / turnstyle

Turnstyle is a graphical esoteric programming language based on lambda calculus
https://jaspervdj.be/turnstyle/
GNU General Public License v2.0
76 stars 2 forks source link

Fix wrong closing parens. #8

Closed JanEricNitschke closed 1 week ago

JanEricNitschke commented 1 week ago

I was wondering why it wasnt showing the location of the Literal Expressions in the playground. Seems to be a wrong closing paren that went unnoticed.

jaspervdj commented 1 week ago

Thanks!