introduce pet_tree objects
commit7df28d03501cb6a07c2668bf09b29e9a948fdfe0
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Dec 2013 17:04:42 +0000 (11 18:04 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:32:11 +0000 (24 17:32 +0100)
tree8c9693dcab5e6b834df162d67dededffc1778cc8
parente79e3659976dc4db794898e983bc44002fcc88be
introduce pet_tree objects

In a subsequent commit, we will move from extracting a pet_scop directly
from the clang AST to first extract an intermediate pet_tree representation
and then extracting a scop from this pet_tree.
This commit introduces the pet_tree data type.

"pet_stmt" may have been a better name for this data type, but
we already have a "pet_stmt" type.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
include/pet.h
tree.c [new file with mode: 0644]
tree.h [new file with mode: 0644]