jsonnet
jsonnet copied to clipboard
stdlib should be extracted into its own repo
with multiple jsonnet implementations available, shuldn't stdlib reside in a dedicated repo, where it is then pulled in by implementations?
I think @sparkprime proposed this when I started contributing to go-jsonnet, if not earlier...
Related: https://github.com/google/go-jsonnet/issues/205 Related: https://github.com/google/go-jsonnet/issues/207
Realistically, we would move the C++ implementation out of this one into some google/cpp-jsonnet or whatever