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

Output the dependency graph of the current Catala module in JSON format #740

Open
denismerigoux opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
🔧 compiler Issue concerns the compiler ✨ enhancement New feature or request

Comments

@denismerigoux
Copy link
Contributor

This is a request by @EstelleHary : writing a compiler plugin that takes the dependency graphs (intra-scope and inter-scope) and output them as JSON for her to explore.

These are the data structures to serialize :

https://github.com/CatalaLang/catala/blob/master/compiler/desugared/dependency.mli

https://github.com/CatalaLang/catala/blob/master/compiler/scopelang/dependency.mli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 compiler Issue concerns the compiler ✨ enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants