program.h 383 B

12345678910111213141516
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_CEM_CEMCOM_ANSI_PROGRAM_H
  6. #define LANG_CEM_CEMCOM_ANSI_PROGRAM_H
  7. /* lang/cem/cemcom.ansi/program.g */
  8. void If_expr(void);
  9. void C_program(void);
  10. void LL1_control_if_expression(void);
  11. void LL0_program(void);
  12. #endif /* LANG_CEM_CEMCOM_ANSI_PROGRAM_H */