/* Copyright (C) 1997 Bjoern Beutel. */ /* Description. =============================================================*/ /* Options for malaga and functions to start and terminate malaga. */ /* Variables. ===============================================================*/ extern bool_t auto_tree; /* TRUE if tree is shown automatically. */ extern bool_t auto_result; /* TRUE if result is shown automatically. */ extern bool_t result_as_list; /* TRUE if results will be combined into * a list. */ extern text_t *grammar_info; /* Information about grammar. */ extern string_t result_format, unknown_format, error_format; /* Format strings for output. */ /* Functions. ===============================================================*/ extern void init_malaga( string_t project_file ); /* Initialise this module. */ extern void terminate_malaga( void ); /* Terminate this module. */ /* End of file. =============================================================*/