blueprint-compiler/blueprintcompiler
Gleb Smirnov e4283ed0c1 fix: replace non-existing bind flag with existing one
Replace non-existing `after` binding flag with `invert-boolean` flag. Use `inverted` name for convenience.
2022-01-24 20:35:31 +00:00
..
extensions Update completion snippets 2021-12-06 10:26:53 -06:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast.py fix: replace non-existing bind flag with existing one 2022-01-24 20:35:31 +00:00
ast_utils.py Clean up some unused code 2021-12-16 22:08:04 -06:00
completions.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
completions_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
decompiler.py fix: replace non-existing bind flag with existing one 2022-01-24 20:35:31 +00:00
errors.py tests: Exclude lines from coverage 2022-01-16 20:59:11 -06:00
gir.py gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
interactive_port.py interactive_port: Ignore "_build" and "build" dirs 2021-12-04 19:14:04 -06:00
lsp.py lsp: Fix text encoding issue 2021-12-06 11:46:33 -06:00
lsp_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
main.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
parse_tree.py parser: Merge consecutive "Unexpected tokens" errors 2021-12-16 23:18:31 -06:00
parser.py fix: replace non-existing bind flag with existing one 2022-01-24 20:35:31 +00:00
parser_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
tokenizer.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
utils.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
xml_emitter.py fix: replace underscore with dash in XML attributes 2022-01-22 09:34:41 +03:00
xml_reader.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00