For further actions, you may consider blocking this person and/or reporting abuse
Read next
Looking for (React) open-source contributors to reward
nop33.eth -
Don't Let Your Emails Get Lost in the Spam Swamp: A Guide to Domain Security
Ahmed Moussa -
Deploying GCP Infrastructure Using Terraform Modules: A Step-by-Step Guide
Moses Daniel -
What You Need to Know Before Creating Your Own Stablecoin
Mubarak Abdullateef -
Top comments (4)
Not exactly a compiler, but I made an interpreter once: github.com/ITR13/BrainF-ck-Interpr...
And a separate interpreter to test it:
github.com/ITR13/BrainF-ck-Interpr... (Ignore the method name, it just does some preprocessing to speed up the running of the program later).
That said, both of these assume an infinite band in both directions, rather than just to the right, so they're not true implementations
I will create, not a compiler, but an interpreter for my OS course. I have to implement an os simulator and I chose BF for the program format
I already have. I’ll post it when I get home if I remember.
Here it is: gist.github.com/TobiasSN/6a2faa59d...