grammar: Create an AST node for type names

This commit is contained in:
James Westman 2022-06-25 01:04:41 -05:00
parent 012fc61926
commit 0a0389b1f8
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 127 additions and 97 deletions

View file

@ -27,7 +27,6 @@ from ..decompiler import DecompileCtx, decompiler
from ..gir import StringType, BoolType, IntType, FloatType, GirType, Enumeration
from ..lsp_utils import Completion, CompletionItemKind, SemanticToken, SemanticTokenType
from ..parse_tree import *
from ..parser_utils import *
from ..xml_emitter import XmlEmitter