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 */
51 #endif /* _PARSERS_H */
53 /* vi:set tabstop=4 shiftwidth=4: */