16 lines
383 B
C
16 lines
383 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef LANG_CEM_CEMCOM_ANSI_PROGRAM_H
|
|
#define LANG_CEM_CEMCOM_ANSI_PROGRAM_H
|
|
|
|
/* lang/cem/cemcom.ansi/program.g */
|
|
|
|
void If_expr(void);
|
|
void C_program(void);
|
|
|
|
void LL1_control_if_expression(void);
|
|
void LL0_program(void);
|
|
|
|
#endif /* LANG_CEM_CEMCOM_ANSI_PROGRAM_H */ |