home *** CD-ROM | disk | FTP | other *** search
- /* EXPR_SEM.H
- Copyright (c) 1992 Keith L. Robertson All Rights Reserved
-
- Semantic actions used in the EXPR expression evaluator.
- */
-
- void Expr_print ();
- void Kill_ident ();
- void List ();
- void Lisp ();
- void Session_help ();
- void Session_error ();
- void Expr_assign ();
- void Expr_paren ();
- void Unary ();
- void Power ();
- void Binary2 ();
- void Binary1 ();
- void Look_up_ident ();
- void Read_real ();
-