CSS compressor written in OCaml

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

README.md

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