mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Add closure expressions
This commit is contained in:
parent
5cf9b63547
commit
59aa054c4c
10 changed files with 96 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
from .attributes import BaseAttribute, BaseTypedAttribute
|
||||
from .expression import CastExpr, IdentExpr, LookupOp, ExprChain
|
||||
from .expression import CastExpr, ClosureExpr, Expr, ExprChain, IdentExpr, LookupOp
|
||||
from .gobject_object import Object, ObjectContent
|
||||
from .gobject_property import Property
|
||||
from .gobject_signal import Signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue