Ast list nodes
This commit is contained in:
@@ -148,7 +148,8 @@
|
||||
},
|
||||
"ElseBranch": {
|
||||
"NodeType": "Block",
|
||||
"Expressions": []
|
||||
"Expressions": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1095,5 +1096,65 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"test2": {
|
||||
"NodeType": "MacroDef",
|
||||
"Name": {
|
||||
"NodeType": "Identifier",
|
||||
"Name": "test2"
|
||||
},
|
||||
"Parameters": [
|
||||
{
|
||||
"NodeType": "Identifier",
|
||||
"Name": "body"
|
||||
}
|
||||
],
|
||||
"Body": {
|
||||
"NodeType": "Quasiquote",
|
||||
"Expression": {
|
||||
"NodeType": "LambdaExpr",
|
||||
"Parameters": [
|
||||
],
|
||||
"Body": {
|
||||
"NodeType": "Unquote",
|
||||
"Expression": {
|
||||
"NodeType": "Identifier",
|
||||
"Name": "body"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"debug-mode": {
|
||||
"NodeType": "Keyword",
|
||||
"Name": "true"
|
||||
},
|
||||
"test": {
|
||||
"NodeType": "MacroDef",
|
||||
"Name": {
|
||||
"NodeType": "Identifier",
|
||||
"Name": "test"
|
||||
},
|
||||
"Parameters": [
|
||||
{
|
||||
"NodeType": "Identifier",
|
||||
"Name": "body"
|
||||
}
|
||||
],
|
||||
"Body": {
|
||||
"NodeType": "Quasiquote",
|
||||
"Expression": {
|
||||
"NodeType": "LambdaExpr",
|
||||
"Parameters": [
|
||||
],
|
||||
"Body": {
|
||||
"NodeType": "Unquote",
|
||||
"Expression": {
|
||||
"NodeType": "Identifier",
|
||||
"Name": "body"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user