blob: 247d78eced5e9dd89d640ec6cbc04a040dc143ec (
plain)
1
2
3
4
5
6
7
8
|
/* parser.h -- Everything you wanted to know about the parser, but were
afraid to ask. */
#if !defined (_PARSER_H)
# define _PARSER_H
# include "command.h"
# include "input.h"
#endif /* _PARSER_H */
|