Skip to content

Return computed tables with annotate #81

Description

@mvoidex

I need both import table and module table:

itbl = importTable env m
defs = moduleSymbols itbl m
tbl = moduleTable itbl m

But I also need annotated module

annotated = annotate env m

The problem is that annotate computes these tables too (and it takes noticeable time), but doesn't return it. Can we have new function, which annotates module and also returns these tables?

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