@gram-data/tree-sitter-gram
v0.1.7
Published
subject-oriented notation for structured data
Downloads
10
Readme
tree-sitter-gram
A tree-sitter grammar for gram notation.
Gram is a subject based notation for structured data.
If this is an object:
{
"name":"Andreas",
"roles":["author"]
}
Implicitly it is about a person. To become a subject, the implicit information can be explicit.
As a subject:
[:Person {
name: "Andreas",
roles: ["author"]
}]
Learn more about gram
at the gram-data github org notation.