/[james]/factorcss/FactorCSS.hs
ViewVC logotype

Diff of /factorcss/FactorCSS.hs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by james, Thu Dec 30 23:22:02 2004 UTC revision 69 by james, Fri Jan 7 21:54:20 2005 UTC
# Line 35  run args input Line 35  run args input
35          | argument "factor" args        = go factor          | argument "factor" args        = go factor
36          | argument "explode" args       = go (concatMap explode)          | argument "explode" args       = go (concatMap explode)
37          | argument "identity" args      = go id          | argument "identity" args      = go id
38            | argument "lex" args           = show (alexScanTokens input)
39          | argument "tree" args          = show stylesheet ++ "\n"          | argument "tree" args          = show stylesheet ++ "\n"
40          | argument "statistics" args    = stats stylesheet ++ "\n"          | argument "statistics" args    = stats stylesheet ++ "\n"
41          | otherwise                     = usage          | otherwise                     = usage

Legend:
Removed from v.67  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26