add support for getting the name from named tuple elements

This commit is contained in:
Erik Krogh Kristensen
2020-08-12 10:33:49 +02:00
parent 211ef61039
commit 26dcd2faae
8 changed files with 47 additions and 3 deletions

View File

@@ -790,6 +790,13 @@ tuple_type_rest(
unique int typ: @type ref
);
#keyset[tuple, index]
tuple_element_name (
int tuple: @tupletypeexpr ref,
int index: int ref,
varchar(900) name: string ref
);
// comments
comments (unique int id: @comment,
int kind: int ref,