evinism / lambda-explorer

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

change imports to more modern explicit import method, adopt tsx #132

Closed evinism closed 1 month ago

evinism commented 1 month ago

Switching to using .js filename imports due to tsc + explicit deps issues. Changing to TSX to support this. All in honor of getting functional tests in a modern environment.