htcc-0.0.0.1: The full scratch implementation of tiny C compiler (x86_64)
Copyright(c) roki 2019
LicenseMIT
Maintainerfalgon53@yahoo.co.jp
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Htcc.Parser.Parsing.Typedef

Description

Perspective on typedef declaration

Synopsis

Documentation

typedef :: (Integral i, Show i, Read i, Bits i) => [(TokenLCNums i, Token i)] -> ConstructionData i -> Either (ASTError i) ([TokenLC i], ATree a, ConstructionData i) Source #

Perform type definition from token string starting from typedef token. \[\text{typedef-name}=\text{ident}\]