semantic_analyser.h 175 B

123456789
  1. #ifndef AVDL_SEMANTIC_ANALYSER
  2. #define AVDL_SEMANTIC_ANALYSER
  3. #include "ast_node.h"
  4. void semanticAnalyser_convertToAst(struct ast_node *node, const char *filename);
  5. #endif