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

Copyright(c) Harvard University 2006-2011 (c) Geoffrey Mainland 2011-2013
LicenseBSD-style
Maintainermainland@cs.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.