CSS compressor written in OCaml

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

README.md

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