For further actions, you may consider blocking this person and/or reporting abuse
Read next
![gilles_hamelink_ea9ff7d93 profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2634312%2F1b62fe74-9c96-4e23-bf75-b9085f792df8.png)
"Unlocking Predictive Power: The Future of Relational Deep Learning and VLMs"
Gilles Hamelink -
![jetthoughts-dev profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F432482%2F8e0d29a4-85ee-4c5c-a549-20db3d431664.jpg)
Transforming Brands Through Product-Led Storytelling
JetThoughts Dev -
![jetthoughts-dev profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F432482%2F8e0d29a4-85ee-4c5c-a549-20db3d431664.jpg)
Unlocking Customer Trust: A 4-Step Content Marketing Framework
JetThoughts Dev -
![narendhiran profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2795450%2Fb9fe927f-880f-428b-be80-9a327eed5c2c.png)
Check if You Are Using a Local Account or Microsoft Account in Windows 11!
Narendhiran Vijayakumar -
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...