|
BFC-Compiler
A C23 Brainfuck compiler
|
bfc compiler driver. More...
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include "bfc_cli.h"#include "bfc_codegen.h"#include "bfc_error.h"#include "bfc_io.h"#include "bfc_ir.h"#include "bfc_jumptable.h"#include "bfc_lexer.h"#include "bfc_target.h"#include "bfc_version.h"Macros | |
| #define | CHECK_ERROR(error_) |
| Propagates a stage error to the shared cleanup path. | |
Functions | |
| int | main (int argc, char **argv) |
| Runs the complete compiler pipeline and returns a conventional process status. | |
bfc compiler driver.
Coordinates CLI parsing, source loading, lexing, validation, IR construction and optimization, target resolution, code generation, and output.
| #define CHECK_ERROR | ( | error_ | ) |
Propagates a stage error to the shared cleanup path.