azreika / lambdul

Lambda calculus interpreter written in Java
8 stars 2 forks source link

Add view history and edit current input #2

Closed invinceyble closed 6 years ago

invinceyble commented 6 years ago

It would be great if it was possible to press 'up' and view previous expressions.

Would also be fantastic if editing the current expression (e.g. adding a missing bracket) was possible using left and right arrow keys.

azreika commented 6 years ago

Fixed by commit https://github.com/azreika/lambdul/commit/8ca920547cc5e8e45bf439e3ccbeecc3df412746.