XEDParse is a library to parse MASM-like plaintext instructions to the XED instruction format. The library is meant to have quick access to assembly in certain low-level programs (such as debuggers).
Currently finished:
Todo:
Currently the parser can be considered reasonably fast, parsing about 200,000 instructions in 1.5 seconds.