/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of SableCC. * * See the file "SableCC-LICENSE" for Copyright information and * * the terms and conditions for copying, distribution and * * modification of SableCC. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ public class SableCC { public static void main(String[] arguments) { ca.mcgill.sable.sablecc.SableCC.main(arguments); } }