Implement exceptions

Issue #4 new
Xi Chan repo owner created an issue

Implement conversion of Python exceptions.

It can be done by creating a global variable - state of exception being raised in a program - and skipping execution of every statement and expression when it's set. Similarly to function return, but global.

Comments (0)

  1. Log in to comment