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

GH-98831: Add macro and op and their implementation to DSL #99495

Merged
merged 21 commits into from Nov 23, 2022

Commits on Nov 19, 2022

Commits on Nov 22, 2022

  1. Don't use typing.Dict

    I blame Copilot. :-)
    
    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    gvanrossum and brandtbucher committed Nov 22, 2022
  2. Kill more "unused" literals

    I thought I got them all...
    
    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    gvanrossum and brandtbucher committed Nov 22, 2022
  3. Don't over-use f-strings

    Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
    gvanrossum and brandtbucher committed Nov 22, 2022
  4. Introduce read_uint16(p) as equivalent to *p

    This simplifies a few lines in the code generator.
    gvanrossum committed Nov 22, 2022