gnue / NEWT0

NewtonScript
http://gnue.github.io/NEWT0
34 stars 13 forks source link

Fix several issues related to exceptions, including #7 and #8 #14

Closed pguyot closed 4 years ago

pguyot commented 4 years ago

Exceptions are now propagated through saved vm environments (#8). Pop-handler and pop are generated in the right sequence, following NewtonOS compiler, fixing #7 Fix si_set_lex_scope for native functions. Add unit tests for various cases. Add BinEqual function for tests.