IntegralType

$(BNF IntegralType := char | int | float | ...)

class IntegralType : TypeNode {
TOK tok;
}

Meta