Laythe-lang / Laythe

A gradually typed language originally based on the crafting interpreters series
MIT License
65 stars 4 forks source link

Fix exception handler #134

Closed jonnyboyC closed 1 year ago

jonnyboyC commented 1 year ago

Problem

This PR fixes issues #133 and #135. See the issues for more details

Solution

Better model our jump behavior for return, continue and break