paradoxxxzero / nocolon

nocolon is an utf-8 compatible encoding that removes the need of colons in python files.
BSD 3-Clause "New" or "Revised" License
123 stars 6 forks source link

whitespace #3

Open codingducks opened 7 years ago

codingducks commented 7 years ago

can you get rid of whitespace next time you update this?

example

while True if xyz == True abc elif zyx == True cba

edit maybe curly braces?

while True { if xyz == True { abc} elif zyx == True{ cba} }