1

How do I setup the translation(source-to-source transformation) for my Rascal project? A link to any repository that shows how it is done will also be highly appreciated. :-)

1 Answers1

1

See https://www.rascal-mpl.org/docs/GettingStarted/ howto download and install Rascal.

In https://www.rascal-mpl.org/docs/Recipes/ you can find many small examples.

Paul Klint
  • 1,418
  • 7
  • 12
  • Thanks for the reply, I already had rascal running but I was asking how do I register actions like parse, transformations on VSCode such that they can be called from the VSCode menu? – Pius Arhanbhunde May 04 '23 at 15:37