CSS compressor written in OCaml

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

README.md

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