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 HaskellSafe
LanguageHaskell2010

Htcc.CRules.LexicalElements

Description

LexicalElements of C language

Synopsis

Documentation

charOps :: String Source #

Valid one characters as C language

strOps2 :: [Text] Source #

Valid two characters as C language

strOps3 :: [Text] Source #

Valid three characters as C language