|
BFC-Compiler
A C23 Brainfuck compiler
|
Files | |
| bfc_cli.h | |
| Command-line parsing interface. | |
| bfc_codegen.h | |
| Public assembly code-generation interface. | |
| bfc_codegen_internal.h | |
| Internal backend contract and assembly representation. | |
| bfc_common.h | |
| Common compile-time utility macros. | |
| bfc_config.h | |
| Compiler-wide configuration constants. | |
| bfc_error.h | |
| Compiler error values and diagnostics. | |
| bfc_io.h | |
| Source-file loading and source-line access. | |
| bfc_ir.h | |
| Brainfuck intermediate representation interface. | |
| bfc_jumptable.h | |
| Bracket validation and matching table interface. | |
| bfc_lexer.h | |
| Brainfuck lexical analysis interface. | |
| bfc_memory.h | |
| Checked array-allocation helpers. | |
| bfc_target.h | |
| Target architecture and operating-system interface. | |
| bfc_token.h | |
| Brainfuck token definitions and token-stream ownership. | |
| bfc_version.h | |