Thomas Millar
Thomas Millar
Suppose you have some code like this ```python a = 3 print(a + 7) a = 7 print(a + 3) ``` You then change the code to ```python a =...
Once we have a more complicated execution model that tracks the dependencies between statements. We'll likely want to show how things are recomputed in the sidebar of your editor. Since...
I recently put together a tree sitter implementation for [RecUtils](https://www.gnu.org/software/recutils/), I figure we could add it here for others to use