Skip to content
/ csbf Public

Interpreter, debugger and transpiler for the Brainfuck programming language

License

Notifications You must be signed in to change notification settings

mxmgorin/csbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interpreter, debugger and transpiler for the Brainfuck programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages