Skip to content

WrapperComparator is a simple tool that helps you compare two wrappers generated by Clang.jl.

Notifications You must be signed in to change notification settings

melonedo/WrapperComparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WrapperComparator

WrapperComparator is a simple tool that helps you compare two wrappers generated by Clang.jl.

Usage

include("WrapperComparator.jl")
old = ["full/path/to/old/wrapper1.jl","full/path/to/old/wrapper2.jl"]
new = ["full/path/to/new/wrapper.jl"]
res = WrapperComparator.compare(old, new)
println("Added Symbols: $(res.added)\nRemoved Symbols: $(res.removed)\nDifferent Symbols: $(res.different)")

Also the different part can be easily compared in generated files abstract_old.jl and abstract_new.jl.

About

WrapperComparator is a simple tool that helps you compare two wrappers generated by Clang.jl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages