2 * $Id: parsers.h 717 2009-07-07 03:40:50Z dhiebert $
4 * Copyright (c) 2000-2003, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * External interface to all language parsing modules.
11 * To add a new language parser, you need only modify this single source
12 * file to add the name of the parser definition function.
17 /* Add the name of any new parser definition function here */
108 #endif /* _PARSERS_H */
110 /* vi:set tabstop=4 shiftwidth=4: */