Error in folding definitions
Create a new Spoofax project and change the context-free syntax to the following:
context-free syntax "module" ID Header? Definition* -> Start {"Module"} "header" "{" HeaderAssignment* "}" -> Header {"Header"} ID ":" ID -> HeaderAssignment {"HeaderEnumeration"} "entity" ID "{" Property* "}" -> Definition {"Entity"} ID ":" Type -> Property {"Property"} ID -> Type {"Type"}
The generated folding definitions contain a spurious entry marked as an error:
Submitted on 13 June 2013 at 04:23folding Default folding definitions Start.Module OptHeader3 Header.Header Definition.Entity
Issue Log
On 13 June 2013 at 22:11 Gabriël Konat commented:
Sort/constructor errors in the folding definitions are safe to ignore, but they should indeed be fixed.
On 13 June 2013 at 22:11 Gabriël Konat tagged esv
On 11 July 2013 at 00:01 Gabriël Konat tagged 1.2
On 13 March 2014 at 08:53 Eelco Visser removed tag 1.2
Log in to post comments