Commit Graph
17 Commits
Author SHA1 Message Date
NovaRain 2aca02aae6 Fixed the compiler name 2021-02-04 10:18:33 +08:00
NovaRain 1416e5dadd Changed code for skipping UTF-8 BOM 2021-01-02 09:07:41 +08:00
NovaRain 6c1485180c Fixed opcode order 2020-12-30 09:24:04 +08:00
NovaRain 7d5d93aa57 Added new opcodes sfall_func7 and sfall_func8
Added skipping UTF-8 BOM in the script.
2020-12-22 16:56:05 +08:00
NovaRain b7ee750595 Revert commit 0889b154 for DLL build 2020-11-06 23:18:19 +08:00
NovaRain 1f818a1a4b Cosmetic: added spacing to the code in parse.c 2020-11-06 11:52:02 +08:00
NovaRain 0889b15417 Fixed the list of references for DLL build 2020-11-06 11:48:55 +08:00
NovaRain 6872983d58 Added ability to declare local variables anywhere in the procedure body
Updated version number.
2020-07-20 11:23:09 +08:00
NovaRain daf5b1a9aa Fixed crash for parser.dll 2020-03-11 09:18:39 +08:00
NovaRain 7264e9fb28 Added new "div" operator for unsigned integer division 2020-02-02 16:30:45 +08:00
NovaRain c9c1043a8c Added an alternative (C-style) assignment operator 2020-01-08 16:17:46 +08:00
NovaRain bdb092d9fb Added new logical operators 'AndAlso', 'OrElse' for short-circuit evaluation
Updated version number.
2020-01-07 06:54:37 +08:00
NovaRain a7ae445742 Fixed confusing error msg when a var-like macro is not defined properly 2019-12-26 22:39:14 +08:00
NovaRain cd2be69227 Changed "Wrong number of args to procedure" to compile error for parser 2019-11-16 07:47:37 +08:00
NovaRain c68373a25f Added new "reg_anim_callback" sfall opcode
Improved the constant expression folding for full optimization.
(currently in beta, only available for debug build)
2019-11-14 12:59:22 +08:00
NovaRain d93e812f9f Merged changes from sfall 4.2.1 modderspack:
* Added -m<macro[=val]> and -I<path> options
* Changed the search order for Include files for the parser DLL.
* Removed embedded mcpp from Win2k build.
2019-11-14 12:14:46 +08:00
NovaRain 9b63b1886a commit source from sfall 4.2 modderspack 2019-11-14 11:57:39 +08:00