Changelog
- Fix: Adjust handling of array of arrays #180
- Fix: Parser errors when last last is an include directive without a newline #184
- Fix: Macro parameter should not get substituted by other macros #186
- Fix: Class declarations should allow property declaration lists #188
- Fix: Import with null text can crash program file load
- Improved efun definitions:
- FluffOS
shutdown
- FluffOS
PRs
- update fluffos efun::query_num for optional second parameter by @michaelprograms in #178
- add
notify_fail
efun by @jlchmura in #179 - Parse multidimension array declarations by @jlchmura in #181
- update fluffos efun::shutdown for optional parameter by @michaelprograms in #182
- Parse directives that end with EOF by @jlchmura in #185
- Process macro params before substituting new macros by @jlchmura in #187
- parse property signature name list by @jlchmura in #189
Full Changelog: v1.1.23...v1.1.24