Add new isl_ast_node_to_C_str function
commit37e6a4d33b7b6dd183f09b365450f6c0251969ee
authorTobias Grosser <tobias@grosser.es>
Wed, 22 Jun 2016 15:16:06 +0000 (22 17:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Jun 2016 18:30:03 +0000 (22 20:30 +0200)
treef5469b4e04511e363d9cefce0a96746c4d505c4c
parent83589fa2cbbd3b75b63c2176a73386295ddd01c8
Add new isl_ast_node_to_C_str function

This function returns a C code string representing an isl_ast_node. This
provides a simpler alternative to the existing isl_printer based
printing interface.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/ast.h
isl_ast.c