issues
search
KvanTTT
/
CSharp-Minifier
Library for C# code minification based on NRefactory. That is lib for spaces, line breaks, comments removing, reduction of identifiers name length and so on in C# code.
Apache License 2.0
41
stars
21
forks
source link
Add integer numbers minification
#14
Closed
KvanTTT
closed
10 years ago
KvanTTT
commented
10 years ago
Example: 0xFF -> 255 (lengths: 4 and 3)
Example: 0xFF -> 255 (lengths: 4 and 3)