print stack to $stdout on exiting

This commit is contained in:
Gwenhael Le Moine 2022-11-15 13:52:39 +01:00
parent 02dfbada7a
commit 70b69d94af
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -137,3 +137,5 @@ end
RplRepl.new( interpreter: interpreter ).run! if options[:run_REPL]
interpreter.persist_state
puts interpreter.export_stack