vishpat / lisp-rs

MIT License
258 stars 25 forks source link

Output should not remove newlines #12

Open jcubic opened 2 years ago

jcubic commented 2 years ago

Try to execute:

(define x "xxx

world")

x

it's printed as "xxx world" you need to use white-space: pre-wrap;

malikrohail commented 1 month ago

can i fix this

jcubic commented 1 month ago

@malikrohail this project is not maintained, the issue was created 2 years ago without any reply.