Description
Add parsers for parsing assembly source. We could use racc which was also used in aarch64's parser.y
. We should have separate parsers for ATT and Intel syntax. We may be able to auto-generated the parser files using the ISA XML, which lists all of the instructions and their operand types.
We will also have to define specialized parsers for ARM ATT and Intel syntax, since ARM added specialized assembly syntax.
Activity