Skip to content

Add parsers for parsing assembly source code syntax #10

Closed as not planned
1 of 1 issue completed
Closed as not planned
Feature
1 of 1 issue completed
@postmodern

Description

@postmodern

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.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionTopic is open to discussionfeatureNew FeatureparserParser API

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions