Skip to content

Commit

Permalink
🎨 add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed May 7, 2024
1 parent e878cba commit b3f0de3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/gwion_parse.h
@@ -0,0 +1,7 @@
#pragma once
ANN Ast gwion_parse_ast(const Gwion gwion, const char *data);
ANN Func_Def gwion_parse_func_def(const Gwion gwion, const char *data, const loc_t loc);
ANN Stmt_List gwion_parse_stmt_list(const Gwion gwion, const char *data, const loc_t loc);
ANN Exp *gwion_parse_expression(const Gwion gwion, const char *data, const loc_t loc);
ANN Type_Decl *gwion_parse_type_decl(const Gwion gwion, const char *data, const loc_t loc);

0 comments on commit b3f0de3

Please sign in to comment.