@gram-data/gram-ast
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@gram-data/gram-ast", | ||
"version": "0.2.4", | ||
"keywords": [ | ||
"graph", | ||
"neo4j", | ||
"gram" | ||
], | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
@@ -53,3 +58,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "314e101ddbfa1ea40b33ecdcae9cb4ea24652808", | ||
"gitHead": "6be75adbdf729a932bc55dbe7c4e8c3de9cb3da9", | ||
"publishConfig": { | ||
@@ -56,0 +61,0 @@ "access": "public" |
# Gram AST | ||
An abstract syntax tree for data graphs. | ||
A [unist](https://github.com/syntax-tree/unist) compatible AST for | ||
@@ -4,0 +6,0 @@ Gram's text literal format. |
175438
9