Syntax error, expected: '! ATerm'
test Query entity attribute names [[Foo]] run entityname-get-attributenames to ["i"]
Gives a syntax error
Syntax error, expected: '! ATerm'
.Are lists not aterms?
Submitted by Daco Harkes on 13 September 2016 at 16:56
Issue Log
On 13 September 2016 at 17:57 Volker commented:
Lists are Aterms. At the same time, they start with a
[
, just like fragment markers. So there is no way to distinguish between an ATerm list of lists and a fragment.
Therefore an outer ATerm list should be preceded by an exclamation mark!
.I’m open to other suggestions, but this is how it currently works.
On 14 September 2016 at 13:34 Daco Harkes commented:
Should be
!Aterm<<ATerm>>
test Query entity attribute names [[Foo]] run entityname-get-attributenames to !ATerm["i"]
Issue can be closed.
On 14 September 2016 at 14:27 Gabriël Konat closed this issue.
On 14 September 2016 at 14:27 Gabriël Konat removed tag @gohla
On 14 September 2016 at 14:27 Gabriël Konat tagged error
Log in to post comments