CSS compressor written in OCaml

Taddeus Kroes cfccb86314 Added Comment constructor 11 ani în urmă
.gitignore 6ee79d6b7b Cleanup 11 ani în urmă
Makefile 5d9a77099e Lexer dependency fix 11 ani în urmă
README.md 3feaacd099 Added initial README 12 ani în urmă
lexer.mll 210179777f Renamed some tokens 11 ani în urmă
main.ml 9a5848cfe1 Rewrote main function, added some command-line arguments 11 ani în urmă
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 ani în urmă
parser.mly 210179777f Renamed some tokens 11 ani în urmă
stringify.ml cfccb86314 Added Comment constructor 11 ani în urmă
types.ml cfccb86314 Added Comment constructor 11 ani în urmă
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments 11 ani în urmă

README.md

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