mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Remove inline menus
Inline menus didn't work anyway--menus have to be referenced by ID (though, curiously, you *can* put the <menu> within the <property> tag and immediately reference it--but that's a hack, and not what blueprint-compiler was doing).
This commit is contained in:
parent
f1c3413dc1
commit
447785ec8c
12 changed files with 11 additions and 28 deletions
|
@ -21,7 +21,7 @@
|
|||
from .errors import MultipleErrors, PrintableError
|
||||
from .parse_tree import *
|
||||
from .tokenizer import TokenType
|
||||
from .language import OBJECT_HOOKS, OBJECT_CONTENT_HOOKS, VALUE_HOOKS, Template, UI
|
||||
from .language import OBJECT_CONTENT_HOOKS, VALUE_HOOKS, Template, UI
|
||||
|
||||
|
||||
def parse(tokens) -> T.Tuple[UI, T.Optional[MultipleErrors], T.List[PrintableError]]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue