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
Problem: The current process for creating a JSON representation of the
AST requires an intermediate conversion to S-expression. This hurts
performance and makes it impossible to annotate all nodes with types.
Solution: Implement a library for converting the original AST directly
to JSON, eliminating the intermediate step.
0 commit comments