avdl_semantic_analyser.h 180 B

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