Android.Brainf
Android.Brainf copied to clipboard
Bug: No way to add control characters or null to stdin
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.