blueprint-compiler/gtkblueprinttool
James Westman b4d4877e07
Fix bugs in the tokenizer
- Fix bug where empty strings were not recognized
- Add an end index to the tokenizer's compile error
2021-11-12 09:42:48 -06:00
..
extensions Use array-like syntax for styles, file filters 2021-11-12 09:39:47 -06:00
__init__.py Add setup.py 2021-10-17 23:45:24 -05:00
ast.py Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
ast_utils.py Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
completions.py Add accessibility properties 2021-11-12 00:51:01 -06:00
completions_utils.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
errors.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
gir.py Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
lsp.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
lsp_utils.py Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
main.py lsp: Support completions 2021-10-30 17:49:14 -05:00
parse_tree.py Improve value parsing 2021-11-01 21:51:25 -05:00
parser.py Reorganize the parser/AST code 2021-10-31 21:42:41 -05:00
parser_utils.py Add accessibility properties 2021-11-12 00:51:01 -06:00
tokenizer.py Fix bugs in the tokenizer 2021-11-12 09:42:48 -06:00
utils.py lsp: Add code actions 2021-11-11 22:59:49 -06:00
xml_emitter.py Initial commit 2021-10-17 15:26:34 -05:00
xml_reader.py Improve value parsing 2021-11-01 21:51:25 -05:00