NovaRain
d55be0b166
Edits to sslc document
...
Updated version number.
2026-05-23 20:42:16 +08:00
NovaRain
2580c6e4db
Edits to sslc document
...
Updated version number.
2026-03-08 20:36:19 +08:00
NovaRain
c319984b05
Try bumping the cache version
2026-03-08 17:46:23 +08:00
NovaRain
39a48d6454
Updated changelog
2025-06-13 23:43:47 +08:00
NovaRain
fb17b9a933
Edits to code style/formatting
...
* tabs for indentation, spaces for alignment.
* remove trailing spaces and unnecessary keyword/declaration.
* edit compile.c for VS2010 (for actual binary release in modderspack).
* version number should follow sfall versioning.
2025-06-12 20:51:30 +08:00
NovaRain
5028607ad0
Updated changelog in sslc_readme.md
...
Updated version nummber.
2024-06-13 16:24:44 +08:00
NovaRain
f14ec78c81
Edited/reformatted the help text
...
Edits to sslc documents:
* edited the description of command line options.
* removed old references of dos4gw.exe (only for pre-2.10) and FSE.
2024-03-11 10:25:43 +08:00
NovaRain
f1d195d382
Added compiler docs from sfall repo ( closes #10 )
2023-10-03 14:20:37 +08:00
NovaRain
e750908b01
Minor edits to a few error messages
2023-08-19 14:11:38 +08:00
NovaRain
b45399d29a
Updated version number
2023-07-03 10:11:13 +08:00
NovaRain
742b6d2497
Fixed compilation error in VS2010
...
* In C89, variables must be declared at the beginning of a block.
2023-06-10 22:02:08 +08:00
NovaRain
9c602f039c
Fixed compilation error in VS2010
...
Updated version number.
2023-05-24 10:26:37 +08:00
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