Skip to content

Instantly share code, notes, and snippets.

@Thiryn
Last active May 24, 2016 09:59
Show Gist options
  • Save Thiryn/a9c16d97c19d16f67dc429ded69a723e to your computer and use it in GitHub Desktop.
Save Thiryn/a9c16d97c19d16f67dc429ded69a723e to your computer and use it in GitHub Desktop.
{
"name":"Regexp",
"data":["entry_rule"],
"entry_rule" : "alg","children" : [
{
"name":"Rule",
"data":["rule_name"],
"rule_name" : "alg",
"children" : [
{
"name":"Possibility",
"data":["val"],
"val" : "must","children" : [
{
"name":"Body",
"data":["position"],
"position" : "start with",
"children":[
{
"name":"Quantifier",
"data":["val"],
"val" : ""
}
,
{
"name":"Literal",
"data":["val"],
"val" : "toto"
}
]
}
]}
]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment