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
4f32d4df71
New compiler: method calls ( #286 )
...
Adds:
- ast/MethodCall: AST node for an object method call
- ast/MethodCallArgumentList: AST node for arguments passed to a method
2020-09-08 01:24:57 -07:00