evinism / lambda-explorer

Tutorial / REPL for the lambda calculus
https://lambdaexplorer.com/
MIT License
63 stars 9 forks source link

No AST !== Runtime Exceeded Error #75

Closed evinism closed 5 years ago

evinism commented 5 years ago

Addresses https://github.com/evinism/lambda-explorer/issues/74

This is a dumb bug because i made a dumb assumption about errors a long time ago and never put in something more robust. A partial implementation so far, could use cleanup + a good ui given that error text for name error overflows on almost every monitor imaginable

Changes

In the future I'd love to make it so you can expand an error to see the full text bc right now how it is is dumb.