home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / pgen_100.arj / EXPR_SEM.H < prev    next >
Encoding:
Text File  |  1992-03-27  |  415 b   |  21 lines

  1. /*    EXPR_SEM.H
  2.     Copyright (c) 1992    Keith L. Robertson    All Rights Reserved
  3.  
  4.     Semantic actions used in the EXPR expression evaluator.
  5. */
  6.  
  7. void    Expr_print ();
  8. void    Kill_ident ();
  9. void    List ();
  10. void    Lisp ();
  11. void    Session_help ();
  12. void    Session_error ();
  13. void    Expr_assign ();
  14. void    Expr_paren ();
  15. void    Unary ();
  16. void    Power ();
  17. void    Binary2 ();
  18. void    Binary1 ();
  19. void    Look_up_ident ();
  20. void    Read_real ();
  21.