Skip to main content

Python wrapper arround llvm::demangle.

Project description

LLVM-Demangle

Pyhton wrapper around llvm::demangle.

Requirements

  • Cython
  • llvm
  • g++

Install

$ pip install llvm-demangle

or

$ git clone https://github.com/MNayer/llvmdemangle
$ cd llvmdemangle
$ pip install .

Usage

Within python

>>> from llvmdemangle.demangle import llvm_demangle
>>> llvm_demangle("_Z5isinfUa9enable_ifILb1EEd")
isinf(double) [enable_if:true]

or via the command line interface

$ demangle _Z5isinfUa9enable_ifILb1EEd
isinf(double) [enable_if:true]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llvm-demangle-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page