Squint icon indicating copy to clipboard operation
Squint copied to clipboard

Add support for true forward declarations

Open HPCguy opened this issue 3 years ago • 0 comments

Even though this is a one pass compiler, it is possible to backpatch function call addresses to create true forward declarations. The current "function prototype" ability in the compiler is a poor man's forward declaration that backpatching can fix.

HPCguy avatar Feb 24 '22 07:02 HPCguy