from Hacker News

Graph Selector Syntax and Parser

by tonerow on 1/18/23, 3:27 PM with 1 comments

  • by tonerow on 1/18/23, 3:27 PM

    I'm working on a DSL that allows for storing graph data (nodes, edges and attributes on them). Parser written in javascript. Let me know what you think!