Blob Blame History Raw
/* Copyright (C) 1996 Bjoern Beutel. */

/* Description. =============================================================*/

/* Generation commands for malaga. */

/* Functions. ===============================================================*/

extern void init_generation( void );
/* Initialise this module. */

extern void terminate_generation( void );
/* Terminate this module. */

/* Commands. ================================================================*/

extern command_t mg_command;
/* Generate morphologically. */

extern command_t sg_command;
/* Generate syntactically. */

/* End of file. =============================================================*/