xd009642 / llvm-profparser

Mostly complete pure rust implementation of parsing llvm instrumentation profile data
Apache License 2.0
13 stars 9 forks source link

So it turns out text report can use hex literals.. #8

Closed xd009642 closed 2 years ago

xd009642 commented 2 years ago

Add in parsing support for hex literals, also as the last line doesn't have to be empty made the digit end of string alt((tag("\n"), eof))