3 * Copyright (c) 2000-2001, Darren Hiebert
5 * This source code is released for free distribution under the terms of the
6 * GNU General Public License.
8 * External interface to all language parsing modules.
10 * To add a new language parser, you need only modify this single source
11 * file to add the name of the parser definition function.
16 /* Add the name of any new parser definition function here */
52 langType of each parser
86 #endif /* _PARSERS_H */
88 /* vi:set tabstop=8 shiftwidth=4: */