CSS compressor written in OCaml

Taddeus Kroes 3feaacd099 Added initial README %!s(int64=12) %!d(string=hai) anos
.gitignore 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
Makefile 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
OCamlMakefile 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
README.md 3feaacd099 Added initial README %!s(int64=12) %!d(string=hai) anos
lexer.mll 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
main.ml 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
parse.ml 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
parser.mly 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
stringify.ml 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
types.mli 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos
util.ml 25806a8aea Created basic CSS parser, data stucture and stringifier %!s(int64=12) %!d(string=hai) anos

README.md

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