Kevin Eady
6c7a2b0a30
Add support for spread operator in dictionary and struct initializers; FormatterEllipsisSpacing formatter option ( #763 )
...
* update grammar
* implementation
* formatting
* executor implementation, tests
* docs, core-changes
* fix warning introduced in #760
* add format option FormatterEllipsisSpacing
* update core-changes
2025-02-19 18:33:56 +01:00
turleypol
d848deae18
POLLOG* macros use the new formatting ( #598 )
...
* POLLOG* macros use the new formatting
removed all old logging functions
* removed old fmt lib from everything except StreamWriter
removed unneeded functions
* fixed review comments
2024-01-16 17:55:42 +01:00
turleypol
0e675c516a
use new formatter for ERROR_PRINT, added ERROR_PRINTLN ( #595 )
...
* use new formatter for ERROR_PRINT, added ERROR_PRINTLN
* remove old log define
* fix comments
2024-01-12 06:51:44 +01:00
Kevin Eady
0cd9412066
Properly scope the compiler includes to the Bscript folder. ( #360 )
2021-02-25 16:53:22 +01:00
Eric Swanson
e7b5c09f35
Add struct initialization. ( #279 )
...
Adds:
- ast/StructInitializer: AST node for the overall struct
- ast/StructMemberInitializer: AST node for initialization of a single field
2020-09-06 23:24:53 -07:00