/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * SableCC version 2.1 * * Copyright (C) 1997, 1998 Etienne Gagnon (gagnon@sable.mcgill.ca). All * * rights reserved. * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License along * * with this program; if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * * * The GNU General Public License does not permit incorporating this * * program into proprietary programs. If you would like to obtain a * * different license for a version that has not been modified in any way * * from a version released by Etienne Gagnon, please write to: * * Etienne Gagnon, 11348 Brunet, Montreal-Nord, Quebec, H1G 5G1, CANADA. * * e-mail: gagnon@sable.mcgill.ca. * * * * To submit a bug, send a comment or get the latest news on SableCC and * * other Sable Research Group projects, please visit the web site: * * http://www.sable.mcgill.ca/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ public class SableCC { public static void main(String[] arguments) { ca.mcgill.sable.sablecc.SableCC.main(arguments); } }