EgonOlsen71 / basicv2

A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
https://egonolsen71.github.io/basicv2/
The Unlicense
84 stars 15 forks source link

Adds a very simple inliner #14

Closed ciplogic closed 5 years ago

ciplogic commented 5 years ago

This inliner will be used as a base for next phase of a similar inliner but based on GOSUB.

I am though surprised how few times this pass is hit.