module demo::lang::MissGrant::Parse
rascal-0.40.17
Usage
import demo::lang::MissGrant::Parse;
Dependencies
import demo::lang::MissGrant::MissGrant;
import ParseTree;
function parse
public Controller parse(str src, loc origin) = parse(#Controller, src, origin);
public Controller parse(loc file) = parse(#Controller, file);