Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "aliases" fields to the grammar and remove duplicated #447

Merged
merged 3 commits into from
Oct 9, 2024

Commits on Sep 11, 2024

  1. Add "aliases" fields to the grammar

    Promotion of extensions lead to duplicated entries.
    The patch introduce a new entry "aliases" to the grammar.
    It is a list of strings, where each string is an alternative name for the token,
    and applies on instructions and operand kind's enumerants.
    The grammar is updated to use the fields and all duplicated were removed.
    
    The header generator now processes the aliases when generating the headers to account for the change.
    This ensure the generated headers doesn't change.
    Naghasan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b5f8c26 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    ec46a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8f5c6 View commit details
    Browse the repository at this point in the history