Added support for array attributes

This commit is contained in:
Jan Stárek
2019-10-30 15:43:12 +01:00
parent 1646793087
commit 0a1bd6426f
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ namespace Parser
return "42.0";
case "boolean":
return "True";
case "array":
return "attr1,attr2";
case "string":
{
const string example = "example";