Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 857 Bytes

File metadata and controls

22 lines (17 loc) · 857 Bytes

CI

csbf

csbf is a CLI tool for the Brainfuck language written in C#. It implements a full language pipeline:

Source → Parser → IR → VM / Codegen

Features

  • Interactive CLI with REPL
  • Code generation for emitting target-language source files (e.g. Go)
  • Debugger with instruction-index breakpoints
  • Brainfuck parser producing a structured IR
  • Virtual machine with step-by-step execution, registers and memory inspection

References