Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created May 24, 2022 21:29
Show Gist options
  • Save hmarcelodn/d2b882c33db9eee224f941b61b1bbd2a to your computer and use it in GitHub Desktop.
Save hmarcelodn/d2b882c33db9eee224f941b61b1bbd2a to your computer and use it in GitHub Desktop.
ast
[{
"conditionalStatement": {
"conditional": {
"op": "=",
"lhs": "1",
"rhs": "1"
},
"body1": [
"Hello world 01!"
],
"body2": []
}
},
{
"functionStatement": {
"func": "$capitalize",
"param": "[q#1234]"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment