rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Recipes for creating commandline tools from Rascal programs

Open jurgenvinju opened this issue 3 years ago • 1 comments

We had this request on stackoverflow multiple times: how to create a commandline tool for Rascal programs.

Also for the proposed Recipes on Java model extraction, users would like to create commandline tools for their users to extract and analyze the information further. For example with CSV or JSON output and Java code as input.

Proposal to add a recipe for writing main functions with commandline parameters, as supported by both the compiler and the interpreter, and to write manuals for both generating self-executable jars for compiled code as well as interpreted code.

jurgenvinju avatar Jun 14 '22 09:06 jurgenvinju

idea by @mrvchaudron; thanks!

jurgenvinju avatar Jun 14 '22 09:06 jurgenvinju