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

Copyright(c) 2006-2011 Harvard University (c) 2011-2013 Geoffrey Mainland
LicenseBSD-style
Maintainermainland@drexel.edu
Safe HaskellNone
LanguageHaskell98

Language.C.Parser.Monad

Description

 

Synopsis

Documentation

failAt :: Loc -> String -> P a Source

data AlexInput Source

Constructors

AlexInput 

type AlexPredicate = PState -> AlexInput -> Int -> AlexInput -> Bool Source

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