SDF: Java version of sdf2table cannot handle language components
I’m using some syntax from NaBL2Shared; one of the NaBL2 components, which has
language: sdf: enabled: false
in the metaborg.yaml file. I use this in the FlowSpec project, which haslanguage: sdf: sdf2table: java
. Building the project then fails because the normalised grammar has an import to a snippet of normalised NaBL2 grammar, which apparently isn’t generated. The error message looks like this:Submitted by Jeff Smits on 19 January 2018 at 13:3213:20 | ERROR | o.m.s.i.ParseTableGenerator - Module not found 'normalized/nabl2/shared/common/Names-norm' required by 'normalized/flowspec/Expr-norm'
Log in to post comments