]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
(refs #6924) Support for record field access syntax. 64/464/2
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 24 Apr 2017 15:24:17 +0000 (18:24 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Wed, 26 Apr 2017 13:58:38 +0000 (16:58 +0300)
Because the record field access syntax is harder to implement when the
old Variable access syntax is also supported, this feature is only
enabled (and Variable disabled), when the following module header is
used:

module {
    fields
}

This change contains also refactoring and cleaning up of code
related to variable resolving and field handling.

Change-Id: I8e877573131d501e1a6e63bdde39e064df9ded39


No differences found