Skip to content

kevinmiles/Brainf_ckSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf*ck#

A complete, full-featured Brainf*ck IDE/console for Windows 10, built from the ground up as a UWP app.

Get it from Microsoft

Overview

image

  • IDE with syntax highlight and code autocompletion
  • Indentation depth indicators and column guides
  • Git diff markers to see the changes in the current code file
  • Breakpoints support with complete debugging experience
  • Full featured console to test your scripts and improve your coding level
  • Real time memory state with the all the info about every cell and the pointer actual position
  • Exceptions handler, infinite loops auto suppression
  • Complete 8 bit Unicode char lookup table to see the values of the characters in the Stdin buffer
  • Touch friendly UI with on screen custom keyboard and dedicated text navigation buttons
  • Undo/redo features to help you write your code more easily
  • An interpreter debugger that shows the position of the operator that caused the exception and the stack trace
  • Save your scripts in your personal library shared across devices and edit them whenever you want
  • Custom overflow mode for the memory state
  • PBrain extensions support to declare and call functions

Required dependencies 🔧

The Brainf*ck# solution requires the following tools to build all the available projects:

Contributing 🙌

Brainf*ck# is open source and free to download in the Store, with just an optional IAP to unlock additional themes for the IDE. If you found a bug, feel free to open an issue or draft a PR! If you'd like to support me instead, you can:

  • Give a star to the repository
  • Download the app and leave a review in the Store
  • Make a small contribution on my PayPal.me link 🍻

Dependencies and references 🔖

Trivia 📖

This project was the one I used to prototype and develop both the Microsoft.Toolkit.Mvvm and Microsoft.Toolkit.HighPerformance packages, which are heavily used in the projects in this repository.

If you'd like to learn more on these libraries:

  • See our samples and docs on the MVVM Toolkit at aka.ms/mvvmtoolkit
  • See the docs on the HighPerformance package here
  • Explore the codebase for these and other Windows Community Toolkit packages here

About

A complete and full-featured Brainf_ck IDE/console for Windows 10 (UWP), with a high-performance REPL interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%