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

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

/* This module parses Malaga values. */

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

extern void parse_a_value( void );
/* Stack effects: (nothing) -> NEW_VALUE.
 * Parse a value (use scanner input) and leave it on the stack. */

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