blueprint-compiler/gtkblueprinttool
James Westman bfd9daf6a9
Reorganize the parser/AST code
The code is now organized by syntax: `menu {}` in one file, `style` in
another, etc. This should make it easier to add syntax in the future.
2021-10-31 21:42:41 -05:00
..
extensions Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
__init__.py Add setup.py 2021-10-17 23:45:24 -05:00
ast.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
ast_utils.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
completions.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
completions_utils.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
errors.py Fix type checker errors 2021-10-26 23:13:31 -05:00
gir.py lsp: Add signatures to hover docs 2021-10-30 22:37:06 -05:00
lsp.py lsp: Support completions 2021-10-30 17:49:14 -05:00
lsp_utils.py Improve completions 2021-10-30 22:37:06 -05:00
main.py lsp: Support completions 2021-10-30 17:49:14 -05:00
parse_tree.py Clean up AST code 2021-10-31 16:44:34 -05:00
parser.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
parser_utils.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
tokenizer.py Fix type checker errors 2021-10-26 23:13:31 -05:00
utils.py Fix type checker errors 2021-10-26 23:13:31 -05:00
xml_emitter.py Initial commit 2021-10-17 15:26:34 -05:00
xml_reader.py lsp: Add signatures to hover docs 2021-10-30 22:37:06 -05:00