language-c-0.3.1: Analysis and generation of C code

Portabilityghc
Stabilityexperimental
Maintainerbenedikt.huber@gmail.com

Language.C.Data.Node

Description

source position and unqiue name

Synopsis

Documentation

mkNodeInfoOnlyPos :: Position -> NodeInfoSource

Given only a source position, create a new attribute identifier

mkNodeInfo :: Position -> Name -> NodeInfoSource

Given a source position and a unique name, create a new attribute identifier

eqByName :: CNode a => a -> a -> BoolSource

equality by name