CSS compressor written in OCaml

Taddeus Kroes 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
.gitignore 6ee79d6b7b Cleanup hace 12 años
Makefile 5d9a77099e Lexer dependency fix hace 12 años
README.md 3feaacd099 Added initial README hace 12 años
lexer.mll 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
main.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
parser.mly 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
stringify.ml cfccb86314 Added Comment constructor hace 12 años
types.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 12 años
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments hace 12 años

README.md

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