RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
232 stars 25 forks source link

decrease the amount of use of return statements #332

Open RodrigoDornelles opened 1 year ago

RodrigoDornelles commented 1 year ago

it is interesting for debugging purposes, to reduce the complexity when viewing the code and it can also allow future execution unlocks concurrence.