Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 407 Bytes

File metadata and controls

25 lines (18 loc) · 407 Bytes

BrainFxxkInterpreter

A brief implements of brain fxxk language.

Brain Fxxk

This simple language only contain 8 characters, which are listed below

>
<
+
-
.
,
[
]

The information about how does it works exactly can be found at here

This implement use C++ as it backend.

This project

We take the input from a file and execute it interpretly.