Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 368 Bytes

Build Status

build the cython library:

make cython

run coverage tests:

make

notes:

use clang to generate ast tree: clang -Xclang -ast-dump -fsyntax-only -I ../headers foo.cpp