mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
7e20983b44
commit
749ee03e86
4 changed files with 9 additions and 1 deletions
|
@ -30,7 +30,7 @@ from .binding import Binding
|
|||
|
||||
|
||||
class Property(AstNode):
|
||||
grammar = [UseIdent("name"), ":", Value, ";"]
|
||||
grammar = Statement(UseIdent("name"), ":", Value)
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue