CSS compressor written in OCaml

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

README.md

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