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

[RFC007] New AST for types #2079

Merged
merged 1 commit into from
Oct 28, 2024
Merged

[RFC007] New AST for types #2079

merged 1 commit into from
Oct 28, 2024

Commits on Oct 25, 2024

  1. Add types to the bytecode AST

    The previous commit introducing the new AST used the "old" type
    representation from mainline Nickel. Now that `typ::Type` has been made
    more generic, we can use a better representation that can be arena
    allocated as well and can contain contracts that are themselves
    represented in the new AST.
    
    This commit integrates this new type representation and add
    corresponding translation functions from the mainline implementation.
    yannham committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7de7b8e View commit details
    Browse the repository at this point in the history