Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
For now all "surface syntax" - eg, text that a human would be expected to type - is modeled as s-expressions, which you can read about in the Syntax module.
After text is parsed into s-expressions it is then transformed into whatever intermediate language representation it needs to be in.
Documentation
boolParser :: Parser (Free SExpr ()) Source #
listParser :: Parser (Free SExpr ()) Source #
sexprParser :: Parser (Free SExpr ()) Source #