Created
April 22, 2016 20:47
-
-
Save AlvarezAriel/a685c7b581e347f4db15f410bf3c02aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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