add basic support for YAML parsing
commit8e7e2e36ba45a98c78b0b84e9c7d096dd2a15b25
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 7 Oct 2013 08:51:00 +0000 (7 10:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Feb 2015 18:45:24 +0000 (3 19:45 +0100)
treeec63929f97b9d8cdf3db6e6d179b4e53c4d3d47f
parent6376ee7c5b94298b731521b23c70f7adc953ed4e
add basic support for YAML parsing

This will be useful for parsing schedule trees, which will be
printed in a YAML format.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
include/isl/stream.h
isl_stream.c
isl_stream_private.h
isl_yaml.h [new file with mode: 0644]