Add a parser struct.

This commit is contained in:
2018-02-11 22:23:02 -08:00
parent 37a6f31b5f
commit f67b98d7a6
5 changed files with 48 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#ifndef LIBABACUS_TREE_H
#define LIBABACUS_TREE_H
#include "libabacus.h"
#include "libabacus_result.h"
#include "vec.h"
/**