bipentihexium / the-golden-compiler

A compiler for The Golden programming language
MIT License
0 stars 0 forks source link

Brainfuck compatibility #1

Open Pandicon opened 4 months ago

Pandicon commented 4 months ago

Is this fully Brainfuck compatible? :D

bipentihexium commented 4 months ago

Sadly, it's not - you'll need to wrap your code with 79s so that the compiler recognizes the program as a function; though it still keeps it a valid brainfuck code (79 is just a comment there). Maybe some day it'll have a full compatibility.