CodeWalrus

Development => Web => Topic started by: _iPhoenix_ on July 11, 2018, 12:20:32 AM

Title: eZ80-prettify
Post by: _iPhoenix_ on July 11, 2018, 12:20:32 AM

Today, I wrote a small tool to make your eZ80 programs prettier entirely in the broswer!
It...
I wrote it as a tool so I could make my code nicer-looking without too much effort. I'm not at the point where I'm writing "smart-person" assembly yet, but I figure I'll get there soon enough. If you put any code in and it comes out functionally different/breaks, please create a bug, giving me the relevant code before/after prettification. I understand that different compilers have different directives/formatting requirements and stuff, so I might have to provide different options for different compilers. I also understand that this is probably useless with good programming practices.


The default settings used are simply my personal preferences (i.e. use 2 spaces instead of a tab, 2 more spaces before a comment, etc), but (as I said above) this is all changeable, you can find documentation on the individual options here (https://github.com/Legend-of-iPhoenix/eZ80-prettify#customizing-ez80-prettify). It was designed and written for myself, but if there's something you don't like, you can change it. If there's something that I'm missing that you think should be added as a default option, please tell me about it!


Check it out here (https://legend-of-iphoenix.github.io/eZ80-prettify/)!


To-Do:
Title: Re: eZ80-prettify
Post by: daviduk on September 09, 2018, 09:36:05 AM
Very nice - trying to look into all areas of eZ80 code at the moment!