% Compile the main Regulus code :- compile('$REGULUS/Prolog/load'). % Compile Regulus grammar to Nuance :- regulus_batch('$REGULUS/Examples/Toy1/scripts/toy1.cfg', ["NUANCE"]). :- halt.