Squint
Squint copied to clipboard
Add support for true forward declarations
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.