BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Cbfc_args_tParsed command-line state
 Cbfc_asmMutable assembly-generation state shared by generic codegen and backends
 Cbfc_backend_tImmutable callback table implemented by one target backend
 Cbfc_error_tError value propagated through compiler stages
 Cbfc_ir_blockOwning, dynamically sized sequence of IR instructions
 Cbfc_ir_instr_tOne IR instruction
 Cbfc_ir_stack_tConstruction-only stack of currently active nested IR blocks
 Cbfc_option_tMetadata and behaviour for one command-line option
 Cbfc_program_tOwning representation of a loaded source file
 Cbfc_target_entry_tOne accepted target-triple mapping
 Cbfc_target_tArchitecture and operating-system pair used to select a backend
 Cbfc_token_stream_tOwning token sequence produced by the lexer
 Cbfc_token_tOne Brainfuck token and its one-based source location