jaspervdj / turnstyle

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

Fix wrong closing parens. #8

Closed JanEricNitschke closed 2 months ago

JanEricNitschke commented 2 months 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 2 months ago

Thanks!