view ast.sh @ 15:4e12eb36caa8 default tip

Add README because github nags me
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 27 Mar 2020 15:15:33 +0100
parents 90fe4346fcbc
children
line wrap: on
line source

#!/bin/bash

clang++ -Xclang -ast-print -fsyntax-only $@ | less