BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
src Directory Reference

Directories

 
backend

Files

 
bfc.c
 bfc compiler driver.
 
bfc_cli.c
 Table-driven command-line parser.
 
bfc_codegen.c
 Generic IR-to-assembly code generation.
 
bfc_error.c
 Error construction and diagnostic rendering.
 
bfc_io.c
 Source-file input and line extraction.
 
bfc_ir.c
 IR construction, optimization, and destruction.
 
bfc_jumptable.c
 Bracket-matching validation pass.
 
bfc_lexer.c
 Brainfuck lexer implementation.
 
bfc_memory.c
 Checked array-allocation implementation.
 
bfc_target.c
 Target-triple parsing and host detection.
 
bfc_token.c
 Token construction and token-stream cleanup.