Skip to content

Simpler type inference algorithm #11

Description

@anirudhSK

Right now, we do all our type inference in SymbolTableCreator.java, and the algorithm itself is rather clunky. We should switch to a simpler algorithm where we just start at the root production prog() and traverse the program top to bottom, inferring types along the way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions