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
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.
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
The text was updated successfully, but these errors were encountered: