Menu

Tree [858790] master /
 History

HTTPS access


File Date Author Commit
 .github 2020-08-26 Nikolay Reshetinsky Nikolay Reshetinsky [858790] Delete dotnet-core.yml
 BrainfuckRunner.Library 2020-08-26 Nikolay Reshetinsky Nikolay Reshetinsky [9de33a] Added MIT license to project [BrainfuckRunner.L...
 BrainfuckRunner.Tests 2020-08-26 Nikolay Reshetinsky Nikolay Reshetinsky [c34cf6] fix
 .editorconfig 2020-01-26 Nikolay Reshetinsky Nikolay Reshetinsky [6c34e6] fixes
 .gitattributes 2020-01-23 Nikolay Reshetinsky Nikolay Reshetinsky [b92986] Initial commit
 .gitignore 2020-05-25 cainy-a cainy-a [479eb6] Ignore more JB IDE files
 BrainfuckRunner.sln 2020-07-16 Nikolay Reshetinsky Nikolay Reshetinsky [5177c7] fixes & optimizations
 CODE_OF_CONDUCT.md 2020-02-10 Nikolay Reshetinsky Nikolay Reshetinsky [ed0a60] Create CODE_OF_CONDUCT.md
 CONTRIBUTING.md 2020-02-10 Nikolay Reshetinsky Nikolay Reshetinsky [7a06ee] Create CONTRIBUTING.md
 LICENSE 2020-02-10 Nikolay Reshetinsky Nikolay Reshetinsky [3a28e1] Create LICENSE
 NuGet.Config 2020-08-26 Nikolay Reshetinsky Nikolay Reshetinsky [3daf19] Rename NuGet.Config.xml to NuGet.Config
 README.md 2020-08-26 Nikolay Reshetinsky Nikolay Reshetinsky [0e9958] Update README.md
 SECURITY.md 2020-07-29 Nikolay Reshetinsky Nikolay Reshetinsky [96e6ec] Create SECURITY.md

Read Me

Brainfuck Runner

Brainfuck language interpreter written in .NET with support of tokenization & code validation

Core logic is encapsulated in [BfEngine] class, it's the entry point to any operation executed on Brainfuck code. [BfEngine] is able to run Brainfuck code in two modes - simple or optimized. Optimized mode uses advanced & faster interpreting process. Validation is another feature of [BfEngine] - it can analyze Brainfuck code for errors with specified level of tolerance. Thus, the maximal tolerance policy will lead to finding errors only when unmatched Brainfuck open/close loop tokens encountered. [BfEngine] is also robust in tokenizing Brainfuck code into tokens - single and block-constucted ones for Brainfuck loops.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.