erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Fix new line handlings in REPL #146

Closed ytoml closed 2 years ago

ytoml commented 2 years ago

Fixes #144

Fixed new line handlings described in the issue above. Additionally, we can insert comment like:

>>> fib n = # fibonacci
...

@mtshiba

mtshiba commented 2 years ago

Thanks!