[LLVMdev] Rolling my own LLVM assembly language parser
Anton Korobeynikov
anton at korobeynikov.info
Wed Mar 25 12:35:48 CDT 2009
Hello,
> I was thinking of generating my own lexer and parser for LLVM assembly. I'm
> aware that between the specification here:
Why do you need this?
There is already a parser library inside LLVM framework and you can
use it directly without any problems.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the LLVMdev
mailing list