language-c-quote-0.7.2: C/CUDA/OpenCL/Objective-C quasiquoting library.

Maintainermainland@eecs.harvard.edu
Safe HaskellNone

Language.C.Parser.Monad

Description

 

Synopsis

Documentation

data AlexInput Source

Constructors

AlexInput 

type AlexPredicate = PState -> AlexInput -> Int -> AlexInput -> BoolSource

The components of an AlexPredicate are the predicate state, input stream before the token, length of the token, input stream after the token.