Support array type

This commit is contained in:
Diego Augusto 2024-07-04 22:02:51 +00:00 committed by Sonny Piers
parent f1cf70b6eb
commit da5b9909fc
16 changed files with 133 additions and 4 deletions

View file

@ -41,6 +41,7 @@ from .imports import GtkDirective, Import
from .types import ClassName
from .ui import UI
from .values import (
ArrayValue,
Flag,
Flags,
IdentLiteral,