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

Inter-Package Analysis #24

Closed
wants to merge 7 commits into from
Closed

Inter-Package Analysis #24

wants to merge 7 commits into from

Conversation

notJoon
Copy link
Contributor

@notJoon notJoon commented Jul 24, 2024

Description

Analyze function/variable declarations and calls between packages.

TODO

  1. Create Scanner
  2. Generate Global Symbol Table
  3. Create Call Graph
  4. Analyze Dependencies

Related Issue

close #21

@notJoon notJoon closed this Jul 31, 2024
@notJoon notJoon deleted the inter-package branch July 31, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analysis of Call and Declarations Between Packages
1 participant