home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************
-
- Parser.h
-
- 0.0 hjp 89-06-14
-
- initial version
-
- ****************************************************************/
-
- extern
- char cmdline [], /* The command line */
- empty, /* is it empty */
- * rdptr, /* rdptr points to the first character not yet read by getobj */
-
- pbuffer []; /* buffer for building programs */
-
- void findwhite (void);
- void skipwhite (void);
- genobj * getobj (void);
- void edit (genobj * obj);
- void * readvalue (void);
-