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