Skip to main content

Module minifier

Module minifier 

Source
Expand description

Module containing the Applesoft minifier

Structs§

Minifier
Handles minification of Applesoft BASIC

Constants§

FLAG_AMP_VARS
minify variables in ampersand expressions
FLAG_COMBINE_LINES
combine lines if possible
FLAG_DEL_LINES
delete unnecessary lines (and update references)
FLAG_SAFE
minify using safe transformations only