Android.Brainf icon indicating copy to clipboard operation
Android.Brainf copied to clipboard

Bug: No way to add control characters or null to stdin

Open UnderSampled opened this issue 2 years ago • 0 comments

Before You Begin

Before proceeding, please make sure to follow these steps:

  • [x] I have checked for similar issues in the project's issue tracker.
  • [x] I have searched closed issues to see if a similar problem was reported before.

Issue Details

Many possible bytes cannot be entered as input, most importantly null.

Description

Null termination is very important to BF, yet there is no way to have multiple null-terminated strings in stdin.

Expected Behavior

Perhaps some way of escaping, such as \0.

UnderSampled avatar Apr 22 '24 04:04 UnderSampled