Skip to content

Simpler type inference algorithm #11

@anirudhSK

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.

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