dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
IntegralType
dil
ast
Types
$(BNF IntegralType := char | int | float | ...)
class
IntegralType : TypeNode {
TOK
tok
;
}
Meta
Source
See Implementation
dil
ast
Types
classes
ArrayType
BaseClassType
DelegateType
FunctionType
IdentifierType
IllegalType
IntegralType
ModifierType
ModuleScopeType
PointerType
TmplInstanceType
TypeofType
$(BNF IntegralType := char | int | float | ...)