From 550a450324c493d6a60a793c617f855cc55381fe Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Thu, 12 Dec 2019 20:08:24 +0100 Subject: ast: Add docs for --ast --- docs/markdown/snippets/introspect.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/introspect.md (limited to 'docs/markdown/snippets/introspect.md') diff --git a/docs/markdown/snippets/introspect.md b/docs/markdown/snippets/introspect.md new file mode 100644 index 0000000..8eab486 --- /dev/null +++ b/docs/markdown/snippets/introspect.md @@ -0,0 +1,4 @@ +## Introspection API changes + +dumping the AST (--ast): **new in 0.55.0** +- prints the AST of a meson.build as JSON -- cgit v1.1