translation.h 163 B

12345678910
  1. #ifndef _PRGMPREFIX_TRANSLATION_H_
  2. #define _PRGMPREFIX_TRANSLATION_H_
  3. #include "symtable.h"
  4. #include "ast_node.h"
  5. void translate(struct ast_node *node);
  6. #endif