The following SDF3 code:

module analysis/types/VarKinds

imports

context-free syntax

  VarKind.InArg   =
  VarKind.OutArg  =
  VarKind.Local   =
  VarKind.IterStd =
  VarKind.IterNbr =
  VarKind.IterBFS =

generates the following completions ESV:

module completions/analysis/types/VarKinds-esv

imports

which does not parse, with Syntax error, expected: 'imports'. ESV does not allow empty import blocks.

Submitted by Gabriël Konat on 16 July 2015 at 19:19

On 16 July 2015 at 19:19 Gabriël Konat tagged minor

On 16 July 2015 at 19:19 Gabriël Konat tagged sdf3

On 10 August 2015 at 16:46 Eduardo Amorim commented:

Fixed.


On 10 August 2015 at 16:46 Eduardo Amorim closed this issue.

Log in to post comments