-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with pre-calculation #2
Comments
Thanks for the report and especially for the brainfuck interpreter/compiler validation programs. The first issue was an easy fix. Now it prints EDIT: My question seems to be somewhat related to rdebath/Brainfuck#6 |
…using the X64Assembly backend (thanks #2)
My tests for that script are described in https://github.com/rdebath/Brainfuck/blob/broken-and-trivial/README I'm still "considering" how to put that together with the script itself 😁 The one that looks closest is:
That particular broken interpreter has Edit: Nearly the right interpreter. |
This BF program should print "Hello World! 255" with your interpreter.
https://github.com/rdebath/Brainfuck/blob/master/bitwidth.b
Instead it prints the below and hangs.
The first part of the issue is that the initial "Hello" is compiled as a literal string, however, the wrong literal string is printed!
Also this program should print
1.618033988749894848204586834365638117
not1.6191514642
.The text was updated successfully, but these errors were encountered: