jmansilla / lamedh

Lambda Calculus Interpreter
MIT License
3 stars 5 forks source link

Project does not work on Windows due to `readline` dependency #14

Open akielbowicz opened 4 months ago

akielbowicz commented 4 months ago

Seems that readline is not available in Windows. There is pyreadline3 that can work as a replacement.

jmansilla commented 4 months ago

@akielbowicz can you confirm if with prompt_toolkit it's fixed?