tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
234 stars 14 forks source link

bug(forth3): Fix the behavior of `leave` in forth3 #276

Closed jamesmunns closed 10 months ago

jamesmunns commented 10 months ago

This PR fixes the behavior of leave, which didn't previously work when there was code between the leave and the loop.