mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add StringValue
Makes the grammar more specific in a few places that take only a string literal or translated string.
This commit is contained in:
parent
5bfed72674
commit
ac2a7d9282
8 changed files with 66 additions and 42 deletions
|
@ -37,6 +37,7 @@ from .values import (
|
|||
NumberLiteral,
|
||||
ObjectValue,
|
||||
QuotedLiteral,
|
||||
StringValue,
|
||||
Translated,
|
||||
TranslatedWithContext,
|
||||
TranslatedWithoutContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue