mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
11 lines
511 B
Markdown
11 lines
511 B
Markdown
# FlipperZeroBrainfuck
|
|
|
|
Brainfuck interpreter and editor for the F0.
|
|
Supports text inputs and outputs.
|
|
No protection against infinite loops or syntax errors.
|
|
Major limitation is that programs MUST terminate, or it will freeze at "RUNNING"
|
|
|
|
![Screenshot-20230117-202147](https://user-images.githubusercontent.com/16545187/213004616-8846e897-506e-4510-8012-fd2fe2bbe8a1.png)
|
|
|
|
![Screenshot-20230117-202208](https://user-images.githubusercontent.com/16545187/213004659-d74751d2-76c4-4a7b-a0f2-f58623478b95.png)
|