robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

fix: lua repl now properly handles multi-line statements #2

Closed robbielyman closed 1 year ago

robbielyman commented 1 year ago

noticed that something like

for i = 1, 3 do
print(i)
end

would fail to properly output

1
2
3

so I fixed that. I also happen to dislike maiden's <ok>, so I made a prompt instead