nowarp / misti

TON Static Analyzer
https://nowarp.io/tools/misti
Apache License 2.0
24 stars 1 forks source link

Accept directory as input #155

Open jubnzv opened 3 weeks ago

jubnzv commented 3 weeks ago

We could recursively find all the contracts or the tact configuration file in that case. Depends on #60, since it crucial to resolve imports in the found contracts.

jubnzv commented 5 days ago

Could be implemented, since we have ImportGraph.getEntryPoints().

jubnzv commented 3 days ago

Depends on #57