Commit Graph
12 Commits
Author SHA1 Message Date
NovaRain 9c602f039c Fixed compilation error in VS2010
Updated version number.
2023-05-24 10:26:37 +08:00
phobos2077 a7375398d2 Fill extern procedure variable list when it's defined (closes #3)
- This satisfies expectation in procedure() that forward-declared procedures already have variable list initialized, thus preventing crash
2023-05-24 00:31:40 +02: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 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 9b63b1886a commit source from sfall 4.2 modderspack 2019-11-14 11:57:39 +08:00