Abdur-rahmaanJ / greenberry

A one-line statement language with grammar and infinite look-ahead
https://abdur-rahmaanj.github.io/greenberry/
Apache License 2.0
51 stars 39 forks source link

Remove Extra White Spaces And Cleaning Code #88

Open ajjayymahato opened 2 years ago

ajjayymahato commented 2 years ago

I found too many extra white spaces in most of the python files, from this issue I intend to remove them so that the code looks clean, also rewrite proper comments wherever needed, and improving the README.md file.

ajjayymahato commented 2 years ago

@Abdur-rahmaanJ Please assign this issue to me if you find this issue useful so that I can start working on it.

Abdur-rahmaanJ commented 2 years ago

@ajjayymahato For spaces just run black. What improvements you intend on the README?

ajjayymahato commented 2 years ago

I can reformat the Readme file so that it looks little appealing and maybe add something if you want anything added?