blueprint-compiler/blueprintcompiler
James Westman e76bff9291
Fix crash in parser
The Until parse node would return True if it reached EOF, which was not
correct and could cause other parse nodes to run past the end of the
token list and crash.
2022-04-18 17:34:02 -05:00
..
language Fix crash in flags value for unchecked classes 2022-04-18 15:42:55 -05:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -05:00
completions.py completions: Add Gtk class completions 2022-03-12 18:00:01 -06: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 Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -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 Fix crash in parser 2022-04-18 17:34:02 -05:00
parser.py Add warning for sync-create 2022-02-09 15:39:02 -06:00
parser_utils.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
tokenizer.py tokenizer: Remove redundant token types 2022-02-09 15:24:56 -06:00
utils.py Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -05:00
xml_emitter.py fix: replace underscore with dash in XML attributes 2022-01-22 09:34:41 +03:00
xml_reader.py Use cached_property instead of a custom decorator 2022-03-28 14:38:05 -05:00