Skip to content

implement function name storage and its respective instructions #2

@joao-novo

Description

@joao-novo

This is fairly easy, all that is required is:

  • Create a symbol table type for functions
  • Update the table accordingly
  • When a function is called, look for it in the table, and if it's not found, return an error
  • Replace the function call with its respective instructions (might not be necessary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    major featureBig features that will take a long time to implementworking onIssues I am currently working on

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions