mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Support array type
This commit is contained in:
parent
f1cf70b6eb
commit
da5b9909fc
16 changed files with 133 additions and 4 deletions
|
@ -41,6 +41,7 @@ from .imports import GtkDirective, Import
|
|||
from .types import ClassName
|
||||
from .ui import UI
|
||||
from .values import (
|
||||
ArrayValue,
|
||||
Flag,
|
||||
Flags,
|
||||
IdentLiteral,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue