Python literal general brainf*ck transpiler 'lgbt.py'

I made a literal general brainf*ck transpiler 'lgbt.py'.
it converts brainf*ck source to Python,C,and the other languages with map, header, tailor file.
Python, C, Ook's files are provided in the repository.
Indents automatically.
The name 'lgbt' is a word play of a joke.
Please use it.
 
Last edited:
Updated lgbt.py to not only for general language but also for any assembly language. please see it.
Regards.
 
I unified generic conversion mode and labeling conversion mode. simplified the code. now lgbt's mode is one. closelabel and openlabel are converted unique labels and indents at the same time.
 
Back
Top