yyyyyyyan / rockstar-py

Python transpiler for the esoteric language Rockstar
MIT License
94 stars 26 forks source link

Add spaces to the beginning of comments. #29

Closed ghost closed 5 years ago

ghost commented 5 years ago

Currently, when a Rockstar comment is converted to Python, we get something among the lines of "#COMMENT".

A small change would be to add a space between the pound sign and the actual comment, allowing the code to follow PEP 8 standards as well as making the comments more readable.

yyyyyyyan commented 5 years ago

that seems nice