mathialo / bython

Python with braces. Because python is awesome, but whitespace is awful.
MIT License
2.14k stars 58 forks source link

Allow mixing with indented code #5

Closed ole-tange closed 7 years ago

ole-tange commented 7 years ago

I will be working with others on projects and will be maintaining some of their code.

For this it would be nice if I could simply change their code and mix indented code with braced code.

mathialo commented 7 years ago

In my opinion, this could quickly become a mess. It would be better to translate the whole file from indented to braced, and back again. With the new py2by translator, this would be possible.