Skip to content

Instantly share code, notes, and snippets.

@Thiryn
Last active June 23, 2016 13:34
Show Gist options
  • Save Thiryn/16613b1db1b87e89d18265f610a106ad to your computer and use it in GitHub Desktop.
Save Thiryn/16613b1db1b87e89d18265f610a106ad to your computer and use it in GitHub Desktop.
{
"name" : "AST_Seq",
"children" :
[
{
"name" : "AST_Literal",
"data" : ["value"],
"value" : "test"
}
,
{
"name" : "AST_Seq",
"children" :
[
{
"name" : "AST_Literal",
"data" : ["value"],
"value" : "MyRule"
}
]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment