gnolang / tlin

Advanced Linter for Gno
MIT License
13 stars 1 forks source link

Inter-Package Analysis #24

Closed notJoon closed 2 months ago

notJoon commented 2 months ago

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