SciSpike / yaktor-issues

Issues-only repository for issue management of all Yaktor repositories
0 stars 1 forks source link

Use JSweet to transpile Xtext-based code generator to JavaScript #75

Open matthewadams opened 7 years ago

matthewadams commented 7 years ago

Transpiling the Xtext-based code generator at build time would remove the dependency on Java at a Yaktor project's code generation time. JSweet is a Java-to-JavaScript transpiler.

This issue represents a spike on transpiling the Yaktor code generator for Node.js projects to JavaScript.