Copyright | Jeremy Hull 2013 |
---|---|
License | BSD3 |
Maintainer | Jeremy Hull <sourdrums@gmail.com> |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell98 |
All the Parser
s are defined here, including the one used by the top
level module Text.Karver.
Documentation
literalParser :: Parser Token Source
Takes everything until it reaches a {
, resulting in the LiteralTok
conditionParser :: Parser Token Source
Parser
for if statements, that will result in the ConditionTok
includeParser :: Parser Token Source
Parser
for includes, that will result in IncludeTok