JSON-Lang/fibb.json

13 lines
174 B
JSON
Raw Normal View History

2024-03-15 13:34:54 +00:00
[
"fibb_helper",
{
"a": {"b": {
"0": "a",
"1": "b",
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
"fibb_helper",
0,
1
]