Do you have a story to share?

  • Corbin@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 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.