Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 442 Bytes

File metadata and controls

11 lines (8 loc) · 442 Bytes

Making rascal a little more approachable on the command line

if invoked with a valid rascal file as the first argument that file will be run as though it were part of a rascal project consisting of only that file invoked with the ramianing arguments

if invoked without a valid rascal file as the first argument the rascal command will run the rascal interpreter with any arguments that were supplied

Caveat: currently only supports mac