CSS compressor written in OCaml

Taddeus Kroes e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
.gitignore 6ee79d6b7b Cleanup 11 năm trước cách đây
Makefile e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
README.md 3feaacd099 Added initial README 12 năm trước cách đây
lexer.mll e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
main.ml da8c204296 Finished CSS2 grammar and updated main method 11 năm trước cách đây
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 năm trước cách đây
parser.mly e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
stringify.ml e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
types.ml e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 năm trước cách đây
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 năm trước cách đây

README.md

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