Skip to content

mfrdbigolin/braskag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braskag: Brainfuck Interpreter Public license JavaScript Style Guide

A Brainfuck interpreter. This project was not designed to be the fastest and the most efficient one; but, it was projected to be correct and consistent. To achieve this goal, several interpreter options are designed to suffice for the various behaviors of conflicting implementations.

Currently in a state of work-in-progress, with the core interpreter almost done (except for the user input support); interpreter options are implemented in the project, but not accessible to the user.

Licensing

This repository is licensed with the Apache License 2.0 (SPDX-License-Identifier: Apache-2.0); everyone with a copy of this software is permitted to use, modify, distribute, and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.

There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.