blueprint-compiler/blueprintcompiler
James Westman 04509e4b2e Change template syntax
Templates now use a TypeName instead of an identifier, which makes it
clearer that it's an extern symbol (or that it's a Gtk.ListItem).
2023-05-13 16:49:48 -05:00
..
language Change template syntax 2023-05-13 16:49:48 -05:00
outputs Change template syntax 2023-05-13 16:49:48 -05:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Refactor child types 2023-04-29 21:52:20 -05:00
completions.py Remove unused imports and code 2023-05-06 15:30:18 -05:00
completions_utils.py Format using black 2022-12-19 11:52:59 -06:00
decompiler.py Change template syntax 2023-05-13 16:49:48 -05:00
errors.py errors: Report version in compiler bug message 2023-04-09 16:51:14 -05:00
gir.py Change template syntax 2023-05-13 16:49:48 -05:00
interactive_port.py cli: Ignore hidden folders in interactive port 2023-05-07 03:01:25 +02:00
lsp.py lsp: Add compile an decompile commands 2023-03-19 22:14:42 +00:00
lsp_utils.py lsp: Add compile an decompile commands 2023-03-19 22:14:42 +00:00
main.py Add --typelib-path command line argument 2023-03-16 18:21:56 -05:00
parse_tree.py Remove unnecessary list() call 2023-03-20 13:27:21 -05:00
parser.py Change the way values work 2023-01-12 15:49:19 -06:00
tokenizer.py Lsp hotfix 2023-03-24 16:27:22 +00:00
typelib.py typelib: Fix crash when handling array types 2023-02-16 20:43:17 -06:00
utils.py language: Change extern type syntax 2023-01-12 15:49:19 -06:00
xml_reader.py lsp: Add compile an decompile commands 2023-03-19 22:14:42 +00:00