mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Format using black
This commit is contained in:
parent
6a36d92380
commit
8fee46ec68
40 changed files with 975 additions and 610 deletions
|
@ -25,7 +25,7 @@ from .language import OBJECT_CONTENT_HOOKS, VALUE_HOOKS, Template, UI
|
|||
|
||||
|
||||
def parse(tokens) -> T.Tuple[UI, T.Optional[MultipleErrors], T.List[PrintableError]]:
|
||||
""" Parses a list of tokens into an abstract syntax tree. """
|
||||
"""Parses a list of tokens into an abstract syntax tree."""
|
||||
|
||||
ctx = ParseContext(tokens)
|
||||
AnyOf(UI).parse(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue