Skip to content

Instantly share code, notes, and snippets.

View sobitp59's full-sized avatar
⚒️
learning to build

Sobit Prasad sobitp59

⚒️
learning to build
View GitHub Profile
@sobitp59
sobitp59 / ast.json
Created March 10, 2023 12:59
Abstract Syntax Tree
{
"type": "Program",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",