No legal start symbol specified in Relations esv definition
org.strategoxt.lang.StrategoErrorExit: No legal start symbol specified in Relations esv definition "Start" verified_start_symbol_0_0 register_rtg_0_0 sdf2imp_0_0 sdf2imp_jvm_0_0
This is on Windows, OSX works fine.
(Of course the start symbol is correct.)
Submitted by Daco Harkes on 29 November 2014 at 12:11
Issue Log
On 22 December 2014 at 10:58 Daco Harkes commented:
I think this has to do with SDF3 and line endings.
Start.Module = < module <ID> <ModelDef?> <RulesDef?> <DataDef?> <Executable?> >
Has an error on the
<RulesDef?>
line sayingSyntax error, not expected here:
.
If I remove the line and add it back in the error disappears, but once I build the error comes back.As a result of the above
context-free start-symbols Start
gives an error
Unresolved reference to sort 'Start'
, which probably causes theNo legal start symbol specified
.
On 22 December 2014 at 11:02 Daco Harkes commented:
The
Syntax error, not expected here:
comes back duringcall-onsave:
for SDF3.
On 22 December 2014 at 11:22 Daco Harkes commented:
Was caused by https://yellowgrass.org/issue/SDF/77. Closing this issue, keeping the SDF issue open.
On 22 December 2014 at 11:22 Daco Harkes closed this issue.
Log in to post comments