mroman42 / mikrokosmos

(λ) Educational lambda calculus interpreter
https://mroman42.github.io/mikrokosmos
GNU General Public License v3.0
70 stars 7 forks source link

Empty lines on the multiple-line Jupyter interpreter #27

Closed mroman42 closed 7 years ago

mroman42 commented 7 years ago
id = \x.x
id id

works, but

id = \x.x

id id

does not.

mroman42 commented 7 years ago

Fixed on the Jupyter kernel repository https://github.com/M42/jupyter-mikrokosmos/commit/eed70af7e473dd4305b74a2064f4f1fa3a2109e6