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.Global.Var

Description

The Global variable declaration

Synopsis

Documentation

var :: (Show i, Read i, Integral i, Bits i) => StorageClass i -> Maybe (TokenLC i) -> [TokenLC i] -> ConstructionData i -> ASTConstruction i Source #

\[ \text{global-var} = \text{pre-type}\ \text{declaration}\ \text{array-decl-suffix}\ \text{";"} \]