Skip to content
Positron edited this page Mar 3, 2015 · 17 revisions

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 declarations
  • struct declarations
  • region declarations
  • Proper scoping
  • Optional function parameters
  • && and || operators use short-circuit evaluation
  • goto statement
  • Format blocks

Note: New features and their characteristics are subject to change until further notice.

Clone this wiki locally