coan 4.2.4
evaluator.h
Go to the documentation of this file.
00001 #ifndef EVALUATOR_H
00002 #define EVALUATOR_H
00003 
00004 /***************************************************************************
00005  *   Copyright (C) 2004, 2006 Symbian Software Ltd.                        *
00006  *   All rights reserved.                                                  *
00007  *   Copyright (C) 2002, 2003 Tony Finch <dot@dotat.at>.                   *
00008  *   All rights reserved.                                                  *
00009  *   Copyright (C) 1985, 1993 The Regents of the University of California. *
00010  *   All rights reserved.                                                  *
00011  *   Copyright (C) 2007-2011 Mike Kinghan, imk@strudl.org                  *
00012  *   All rights reserved.                                                  *
00013  *                                                                         *
00014  *   Contributed by Mike Kinghan, imk@strudl.org, derived from the code    *
00015  *   of Tony Finch                                                         *
00016  *                                                                         *
00017  *   Redistribution and use in source and binary forms, with or without    *
00018  *   modification, are permitted provided that the following conditions    *
00019  *   are met:                                                              *
00020  *                                                                         *
00021  *   Redistributions of source code must retain the above copyright        *
00022  *   notice, this list of conditions and the following disclaimer.         *
00023  *                                                                         *
00024  *   Redistributions in binary form must reproduce the above copyright     *
00025  *   notice, this list of conditions and the following disclaimer in the   *
00026  *   documentation and/or other materials provided with the distribution.  *
00027  *                                                                         *
00028  *   Neither the name of Symbian Software Ltd. nor the names of its        *
00029  *   contributors may be used to endorse or promote products derived from  *
00030  *   this software without specific prior written permission.              *
00031  *                                                                         *
00032  *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS   *
00033  *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT     *
00034  *   LIMITED TO, THE IMPLIED WARRANTIES OF  MERCHANTABILITY AND FITNESS    *
00035  *   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE        *
00036  *   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,   *
00037  *   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,  *
00038  *   BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS *
00039  *   OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED    *
00040  *   AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,*
00041  *   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF *
00042  *   THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH  *
00043  *   DAMAGE.                                                               *
00044  *                                                                         *
00045  **************************************************************************/
00046 
00047 #include "state_utils.h"
00048 #include "eval_result.h"
00049 
00057 
00059 extern line_type_t
00060 eval_line(void);
00061 
00075 extern eval_result_t
00076 eval_definition_text(char const **pdef);
00077 
00082 IMPORT_INITOR(evaluator);
00083 IMPORT_FINITOR(evaluator);
00087 #endif /* EOF*/
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines