blueprint-compiler/blueprintcompiler
2022-05-05 00:54:39 -05:00
..
language tests: Test custom types in lookup expressions 2022-05-05 00:54:39 -05:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Add lookup expressions 2022-04-30 16:41:46 -05:00
completions.py Add lambda expressions 2022-05-05 00:49:36 -05:00
completions_utils.py tokenizer: Remove redundant token types 2022-02-09 15:24:56 -06:00
decompiler.py decompiler: Allow and ignore <placeholder/> 2022-03-28 14:34:27 -05:00
errors.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
gir.py gir: Allow looking up basic types by name 2022-05-05 00:54:10 -05:00
interactive_port.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
lsp.py lsp: Report warnings correctly 2022-03-15 23:06:45 -05:00
lsp_utils.py lsp: Report warnings correctly 2022-03-15 23:06:45 -05:00
main.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
parse_tree.py Add lookup expressions 2022-04-30 16:41:46 -05:00
parser.py Add lambda expressions 2022-05-05 00:49:36 -05:00
tokenizer.py tokenizer: Fix operator tokenization 2022-04-30 16:41:46 -05:00
utils.py Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -05:00
xml_emitter.py xml: Convert GirType to type name automatically 2022-04-30 16:41:45 -05:00
xml_reader.py Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -05:00