Do you have a story to share?

  • @Corbin@programming.dev
    link
    fedilink
    English
    45 months ago

    I’ve put ASTs directly into git repositories by encoding each leaf as a blob and each tree as a tree. Since git objects are content-addressed, this gives deduplication of ASTs for free, including CSE for sufficiently-pure ASTs.