From 77a53d41a63f06089ecc83c84fccd7c4a42a89af Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 13 Mar 2019 15:36:46 -0700 Subject: switch to WarpXParser --- Source/Parser/wp_parser_c.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Source/Parser/wp_parser_c.h (limited to 'Source/Parser/wp_parser_c.h') diff --git a/Source/Parser/wp_parser_c.h b/Source/Parser/wp_parser_c.h new file mode 100644 index 000000000..1c55433a0 --- /dev/null +++ b/Source/Parser/wp_parser_c.h @@ -0,0 +1,16 @@ +#ifndef WP_PARSER_C_H_ +#define WP_PARSER_C_H_ + +#include "wp_parser_y.h" + +#ifdef __cplusplus +extern "C" { +#endif + + struct wp_parser* wp_c_parser_new (char const* function_body); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3