Skip to content

Version b1.1.77

Pre-release
Pre-release
Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 01 Mar 09:47
· 1031 commits to main since this release

+Added METHOD keyword and made it compilable
*return now doesn't need to have an expression after it
+DO_BLOCK ComplexTokens are now compilable
+Elseif chains are now compilable
*Identifiers can now have _ in their name
*Fixed [] parsing when parsing identifiers
*Hexadeciamal numbers can now be used
*Compile flags (-struct, ecc) are now read once and then stored instead of reread every check
+Added -printout, -pathiscode, -nojitbit and -continue compile flags