Bcc
ACS/ACS95/BCS compiler
Install / Use
/learn @positively-charged/BccREADME
<kbd>bcc</kbd> is a BCS, ACS, and ACS95 compiler.
Supported Scripting Languages
<kbd>bcc</kbd> can compile source code written in the following languages.
BCS
strict namespace SampleCode {
script "Main" open {
static str basket[] = { "apples", "oranges", "pears" };
foreach ( auto fruit; basket ) {
Print( s: "I love ", s: fruit, s: ( fruit == "oranges" ) ?
" very much" : "" );
}
}
}
BCS is an extension of ACS. BCS is mostly compatible with ACS and provides many interesting and useful features, including the following:
- Structures
- Enumerations
- Namespaces
- Preprocessor
- Strong types
- Block scoping
- Optional function parameters
&&and||operators are short-circuitedforeachloop?:operator
See the wiki for an overview of the features.
ACS/ACS95
<kbd>bcc</kbd> can also compile ACS and ACS95 code. ACS95 is the ACS scripting language that was used for scripting Hexen. The name, ACS95, is invented by <kbd>bcc</kbd> to distinguish between the two languages.
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
