changeset 4:90fe4346fcbc

Add script for looking at templates
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 25 Mar 2020 10:12:33 +0100
parents 58777a883f54
children 9baf70ea6f0d
files ast.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ast.sh	Wed Mar 25 10:12:33 2020 +0100
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+clang++ -Xclang -ast-print -fsyntax-only $@ | less