Releases: Patronics/PicaxePreprocess
Fix macros with more than 2 arguments
Added all the ppp_* substitutions
In addition to all the features of the 1.2.0 release (which added #IF, #IFDEF, #IFNDEF, #ELSE, #ELSEIF, #ELSEIFDEF, #ELSEIFNDEF, #ENDIF, #UNDEF, and #ERROR), 1.3.0 adds support for the official preprocessor substitutions, so now you can insert the file path and date and/or time into your file whenever desired, good to enable automagic setting of the latest update timestamp in your code!
More preprocessor directives added
Thanks again to @jgOhYeah for the continued contributions, this release now supports
#IF, #IFDEF, #IFNDEF, #ELSE, #ELSEIF, #ELSEIFDEF, #ELSEIFNDEF. #ENDIF, #UNDEF, #ERROR in addition to the already supported #INCLUDE and #DEFINE.
Bugfix restoring 40x2 support
v1.1.1 fix handling of picaxe 40x2 directive, uses same compiler as 20x2
Version 1.1.0, Basic Functionality for AxePad, with compiler support
The original implementation, with compiler hooks as added by @jgOhYeah.
Updated version with more features (but some potentially breaking changes) coming soon.