Branch: Tag:

2017-12-10

2017-12-10 15:07:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Fixed issue with using qualified identifiers as types.

__builtin.Nettle.Hash uses global::State as a type...

7:   %pure-parser      /* Expect a single shift/reduce conflict (dangling else). */ - %expect 1 + %expect 2      %token TOK_ARROW "->"   
1356:    }    ;    - /* Identifier type. Value on type stack. */ - identifier_type: unqualified_idents + /* Identifier type. Value on type stack. +  * +  * NB: Introduces shift-reduce conflict on TOK_LOCAL_ID. +  */ + identifier_type: idents    {    if ($1) {    fix_type_field($1);