language-glsl-0.0.0: GLSL abstract syntax tree, parser, and pretty-printer

Safe HaskellSafe-Infered

Language.GLSL.Parser

Documentation

data S Source

Constructors

S 

type P a = GenParser Char S aSource

lexeme :: P a -> P aSource

infixLeft :: String -> (a -> a -> a) -> Operator Char S aSource

infixLeft' :: String -> (a -> a -> a) -> Operator Char S aSource

infixRight :: String -> (a -> a -> a) -> Operator Char S aSource