CSS compressor written in OCaml

Taddeus Kroes 9a5848cfe1 Rewrote main function, added some command-line arguments %!s(int64=11) %!d(string=hai) anos
.gitignore 6ee79d6b7b Cleanup %!s(int64=11) %!d(string=hai) anos
Makefile 5d9a77099e Lexer dependency fix %!s(int64=11) %!d(string=hai) anos
README.md 3feaacd099 Added initial README %!s(int64=12) %!d(string=hai) anos
lexer.mll 210179777f Renamed some tokens %!s(int64=11) %!d(string=hai) anos
main.ml 9a5848cfe1 Rewrote main function, added some command-line arguments %!s(int64=11) %!d(string=hai) anos
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) %!s(int64=11) %!d(string=hai) anos
parser.mly 210179777f Renamed some tokens %!s(int64=11) %!d(string=hai) anos
stringify.ml 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports %!s(int64=11) %!d(string=hai) anos
types.ml 9a5848cfe1 Rewrote main function, added some command-line arguments %!s(int64=11) %!d(string=hai) anos
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments %!s(int64=11) %!d(string=hai) anos

README.md

mincss is a CSS minifier that merges different groups of properties, for different selectors.