--- factorcss/FactorCSS.hs 2004/12/30 23:22:02 67 +++ factorcss/FactorCSS.hs 2005/01/07 21:54:20 69 @@ -35,6 +35,7 @@ | argument "factor" args = go factor | argument "explode" args = go (concatMap explode) | argument "identity" args = go id + | argument "lex" args = show (alexScanTokens input) | argument "tree" args = show stylesheet ++ "\n" | argument "statistics" args = stats stylesheet ++ "\n" | otherwise = usage