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

Copyright(c) 2006-2011 Harvard University
(c) 2011-2012 Geoffrey Mainland
(c) 2013-2014 Manuel M T Chakravarty
(c) 2013-2016 Drexel University
LicenseBSD-style
Maintainermainland@drexel.edu
Safe HaskellNone
LanguageHaskell98

Language.C.Parser.Parser

Description

 

Documentation

newtype HappyAbsSyn Source #

Constructors

HappyAbsSyn HappyAny 

happyThen :: P a -> (a -> P b) -> P b Source #

happyReturn :: a -> P a Source #

happyThen1 :: P a -> (a -> P b) -> P b Source #

happySeq :: a -> b -> b Source #

lexer :: (L Token -> P a) -> P a Source #

locate :: Loc -> (SrcLoc -> a) -> L a Source #

data TySpec Source #

data RevList a Source #

Constructors

RNil 
RCons a (RevList a) 
RApp [a] (RevList a) 

Instances

Located a => Located (RevList a) Source # 

Methods

locOf :: RevList a -> Loc #

locOfList :: [RevList a] -> Loc #

rcons :: a -> RevList a -> RevList a infixr 5 Source #

rapp :: [a] -> RevList a -> RevList a Source #

rlist :: [a] -> RevList a Source #

rev :: RevList a -> [a] Source #

data HappyStk a infixr 9 Source #

Constructors

HappyStk a (HappyStk a) infixr 9 

happyAccept :: Int# -> t1 -> Int# -> t -> HappyStk a -> P a Source #

data HappyAddr Source #

Constructors

HappyA# Addr# 

happyTcHack :: Int# -> a -> a Source #

happyDoSeq :: a -> b -> b Source #

happyDontSeq :: a -> b -> b Source #