From 327be06f9e1741abb188bc1aa0df8a619972734b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 28 Dec 2014 20:28:11 -0800 Subject: Removed old 'ast' format, now that we have 'xml'. The xml representation of the AST is not quite as pretty, but it contains the same information and is not in an ad hoc format. See #53. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ef26bef..4272234 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,7 +22,6 @@ set(LIBRARY_SOURCES iterator.c blocks.c inlines.c - print.c scanners.c scanners.re utf8.c -- cgit v1.2.3