| Copyright | (c) 2017 Cristian Adrián Ontivero |
|---|---|
| License | BSD3 |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Hasmin.Parser.Primitives
Description
Parsers for very basic CSS grammar tokens.
Documentation
<integer> data type parser, but into a String instead of an Int, for other parsers to use (e.g.: see the parsers int, or rational)