Using ' in an SDF3 template produces incorrect SDF2 code
For example:
Entry.IAlias = <alias' <Term> -\> <Term>>
gets translated to
"alias\'" Term "-" ">" Term -> Entry {cons("IAlias")}
but it should be
Submitted by Gabriël Konat on 4 October 2013 at 11:31"alias'" Term "-" ">" Term -> Entry {cons("IAlias")}
Issue Log
On 4 October 2013 at 11:31 Gabriël Konat tagged sdf
On 4 October 2013 at 11:31 Gabriël Konat tagged minor
On 7 October 2013 at 13:23 Gabriël Konat tagged lab
Log in to post comments