tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
371 stars 103 forks source link

Compilation without a Tact configuration file #665

Open jubnzv opened 1 month ago

jubnzv commented 1 month ago

We could assume the configuration of the project based on some source code files and their import graph, then deduce potential entry points to compile the project.

This is mostly beneficial for testing and debugging, as many Tact contracts in the open source are present without configurations.

Parts of this logic should also be available for third-party tools that have the same problems: https://github.com/nowarp/misti/issues/57.