Skip to content

Gnimuc/ClangCompiler.jl

Repository files navigation

ClangCompiler

CI TagBot codecov

Installation

pkg> add https://github.com/Gnimuc/ClangCompiler.jl.git

Examples

Decl Lookup

import ClangCompiler as CC

I = CC.create_interpreter(["-include", "vector"])

decl_lookup = CC.DeclFinder(I)

@assert decl_lookup(I, "std::vector")

decl = CC.get_decl(decl_lookup)
dump(decl)

CC.dispose(decl_lookup)
CC.dispose(I)

About

Clang compiler infrastructure for Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •