Skip to content

Instantly share code, notes, and snippets.

@AlvarezAriel
Created April 22, 2016 20:47
Show Gist options
  • Select an option

  • Save AlvarezAriel/a685c7b581e347f4db15f410bf3c02aa to your computer and use it in GitHub Desktop.

Select an option

Save AlvarezAriel/a685c7b581e347f4db15f410bf3c02aa to your computer and use it in GitHub Desktop.
{
"type":"root",
"children":[
{
"type":"block",
"concept":"Program",
"children":[
{
"type":"identifier",
"concept":"ProcedureCall",
"value":"RepartirEnCiudad",
"children":[]
}
]
},
{
"type":"block",
"concept":"ProcedureDeclaration",
"value":"colorEstudiantes",
"children":[
{
"type":"list",
"concept":"ParameterList",
"children":[]
},
{
"type":"block",
"concept":"ContextAwareBlock",
"children":[
{
"type":"statement",
"concept":"ReturnStatement",
"value":{
"type":"literal",
"concept":"LiteralColor",
"value":"Azul"
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment