JSON-Lang/fibb.json

14 lines
198 B
JSON
Raw Normal View History

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