SDF3 templates don't recognise keywords in separator
A type definition in ML-like languages can be described as: (EBNF)
type-definition = "type" typedef {"and" typedef}
When writing the following SDF3, the
"and"
separator is not recognised as a keyword:template options keyword -/- [A-Za-z0-9] templates TypeDefinition.TypeDefinition = [type [TypeDef+; separator="and"]]
I was expecting it to be recognised… Is this an error, or am I abusing the
Submitted by Jeff Smits on 6 October 2013 at 11:06separator
syntax?
Issue Log
On 6 October 2013 at 12:21 Gabriël Konat commented:
It probably doesn’t look for keywords in separators, so an error.
On 6 October 2013 at 12:21 Gabriël Konat removed tag question
On 6 October 2013 at 12:21 Gabriël Konat tagged error
On 6 October 2013 at 12:21 Gabriël Konat tagged sdf
On 6 October 2013 at 12:21 Gabriël Konat tagged lab
Log in to post comments