summaryrefslogtreecommitdiffhomepage
path: root/Parsers.hs
AgeCommit message (Expand)Author
2010-02-14Merge conflict resolutions in Parsers.hs and Batt.hsJose A Ortega Ruiz
2009-12-30allow escaping in string constants in the configurationDaniel Wagner
2010-01-28Allow comments and leading whitespace in config (Adam Vogt)Jose Antonio Ortega Ruiz
2010-02-12correctly parse static position in config0.10Andrea Rossato
2010-02-11fix issue 19 - a small reegression in the config parserAndrea Rossato
2010-02-09update my emailAndrea Rossato
2010-01-30Partial fix for issue 14.Michal Terepeta
2010-02-06get rid of action-permutations and use parsec permutation library insteadAndrea Rossato
2009-10-11Strip '--' comments in xmobarrcAdam Vogt
2009-10-11Use a newtype for the backtracking Parsec Alternative instanceAdam Vogt
2009-09-25fix a few warnings, clean up some recently added stuff, and restrict parsec t...Andrea Rossato
2009-09-23Output to stdout whenever fields are defaulted in a config.Adam Vogt
2009-09-14Parse config file more intelligently.Adam Vogt
2009-04-09trailing space and variable name for the XFT version of printStringAndrea Rossato
2009-03-24Drop Parsers.endOfLine and Parsers.tryStringnzeh
2009-03-24Handle nested colour tagsnzeh
2009-03-24Replaced inside with betweennzeh
2009-03-24Parsers.hs reduced export listnzeh
2008-04-29style, pointfree and trailing spaces0.9_releaseAndrea Rossato
2008-04-29Parsers: code and comment cleanupAndrea Rossato
2008-04-29Parser: '<' and '>' are not reserved characters anymore and can be used in th...Andrea Rossato
2007-10-12Parser: semplify color parsingAndrea Rossato
2007-10-02Updated Parsers to latest changesAndrea Rossato
2007-07-14README and Cabal editsAndrea Rossato
2007-07-12use of existential types for plugin supportAndrea Rossato
2007-07-08the output template is now parsed with the help of a finite mapAndrea Rossato
2007-07-06Add support for named colors.Krzysztof Kosciuszkiewicz
2007-06-26splitted filesAndrea Rossato