CSS compressor written in OCaml

Taddeüs Kroes 7c7dcabd74 Added literal brackets to attrib strings 12 éve
.gitignore 6ee79d6b7b Cleanup 12 éve
Makefile da8c204296 Finished CSS2 grammar and updated main method 12 éve
README.md 3feaacd099 Added initial README 12 éve
lexer.mll da8c204296 Finished CSS2 grammar and updated main method 12 éve
main.ml da8c204296 Finished CSS2 grammar and updated main method 12 éve
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 12 éve
parser.mly 7c7dcabd74 Added literal brackets to attrib strings 12 éve
stringify.ml da8c204296 Finished CSS2 grammar and updated main method 12 éve
types.ml da8c204296 Finished CSS2 grammar and updated main method 12 éve
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 12 éve

README.md

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