Metadata-Version: 2.1
Name: cpp-symbol-parser
Version: 0.1.1
Summary: Parser for mangled C++ symbols
Author-Email: Vegard Storheil Eriksen <zyp@jvnv.net>
License: MIT
Requires-Python: >=3.10
Requires-Dist: lark>=1.1.9
Description-Content-Type: text/markdown

# C++ symbol parser

This is a parser for mangled C++ symbols.
It was written for [smolt](https://github.com/zyp/smolt) and has not yet seen much testing on other symbols than the ones produced by smolt.
