You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Currently, we handle special files by running a custom-written Rust script for each file type. In most of these cases, we're simply processing the file to turn it into stack graphs in a uniform way. It would be good to see if we can do all of this via TSG instead, so that special files are things that stack graph users can also contribute code for without having to learn Rust.