Skip to content

caiosm1005/bcce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

More details about a feature are found in the details file.

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • Lua 0.1%