CSS compressor written in OCaml

Taddeus Kroes e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
.gitignore 6ee79d6b7b Cleanup há 11 anos atrás
Makefile e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
README.md 3feaacd099 Added initial README há 12 anos atrás
lexer.mll e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
main.ml da8c204296 Finished CSS2 grammar and updated main method há 11 anos atrás
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) há 11 anos atrás
parser.mly e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
stringify.ml e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
types.ml e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification há 11 anos atrás
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) há 11 anos atrás

README.md

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