diff options
Diffstat (limited to 'src/xml/xml.h')
-rw-r--r-- | src/xml/xml.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xml/xml.h b/src/xml/xml.h new file mode 100644 index 0000000..238177e --- /dev/null +++ b/src/xml/xml.h @@ -0,0 +1,11 @@ +#ifndef KALMIA_XML_H +#define KALMIA_XML_H + +#define YYLTYPE KALMIALTYPE +#define YYSTYPE KALMIASTYPE +#include "xml/kalmia.tab.h" +#include "xml/kalmia.lex.h" + +struct kai_tag_t * kai_parse_string(const char *str); + +#endif |