You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed, it would be useful for longer inputs and outputs. I'm not working on it actively, but let me know if you come up with a workable design in your fork.
In the meantime, this will show the tape as a string in the JS console with a magnifying glass to the left of the tape head:
To get an array rather than a string, you can filter and split the string, or concatenate the before and after arrays similar to what Tape.toString() does:
Is there some workaround to read the whole tape once the machine run is done (e.g. console log or anything)
Lets run the following unary (
11=2, 111=3, 1111=4
) calculator A+B:there is no way we can read what is behind the end:
Any idea pls as a workaround for now ?
Maybe this issue would be worth consideration and some proper fix.
Thanks :)
The text was updated successfully, but these errors were encountered: