@witty-crayon-22786 I put together an implementation of starlark parsing in pants for funsies. Doing so naively (i.e. just parsing into placeholders for python objects, and then eagerly hydrating into actual python objects identically to our existing parsing). It was remarkably simple to do...