Add string type
This commit is contained in:
@ -32,6 +32,10 @@ namespace gcc
|
||||
{
|
||||
return "Char";
|
||||
}
|
||||
else if (is_string_type(type))
|
||||
{
|
||||
return "String";
|
||||
}
|
||||
else
|
||||
{
|
||||
return "<<unknown-type>>";
|
||||
|
Reference in New Issue
Block a user