bcc is an ACS compiler.
The Zandronum engine is used when developing the compiler, so the addition of a feature depends on the capabilities of the latest production release of said engine.
New features include:
enum
declarationsstruct
declarationsregion
declarations- Proper scoping
- Optional function parameters
&&
and||
operators use short-circuit evaluationgoto
statement- Format blocks
Note: New features and their characteristics are subject to change until further notice.
More details about a feature are found in the details file.