/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C) 1997, 1998, 1999 J-Meg inc. All rights reserved. * This file is part of SableCC. * * See the file "SableCC-LICENSE" for license information. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* $ThisFile: SableCC.java $ */ /* $SableCCVersion: 2.11 $ */ public class SableCC { public static void main(String[] arguments) { ca.mcgill.sable.sablecc.SableCC.main(arguments); } }