program
dz / edexp_test / programNode Tree
Nodes
| 07_define | |
| content | define |
| children | 31_if, 21_fib-rec |
| parents | edexp_test/comments/test_node, edexp_test/generated/output.scm/fib_rec, edexp_test/structure/fib_rec |
| file reference | proto.e:7 |
| location | knowledge/edexp_test.dz:13 |
| 21_fib-rec | |
| content | fib-rec |
| children | 28_n |
| parents | 07_define, edexp_test/comments/fib_rec |
| location | knowledge/edexp_test.dz:37 |
| 28_n | |
| content | n |
| parents | 21_fib-rec |
| location | knowledge/edexp_test.dz:49 |
| 31_if | |
| content | if |
| children | 37_<, 41_n |
| parents | 07_define, edexp_test/structure/fib_rec/01_conditional |
| location | knowledge/edexp_test.dz:53 |
| 37_< | |
| content | < |
| children | 38_n, 39_2 |
| parents | 31_if |
| location | knowledge/edexp_test.dz:64 |
| 38_n | |
| content | n |
| parents | 37_< |
| location | knowledge/edexp_test.dz:66 |
| 39_2 | |
| content | 2 |
| parents | 37_< |
| location | knowledge/edexp_test.dz:69 |
| 41_n | |
| content | n |
| children | 48_+ |
| parents | 31_if, edexp_test/structure/fib_rec/01_conditional/01_return_n |
| location | knowledge/edexp_test.dz:72 |
| 48_+ | |
| content | + |
| children | 53_fib-rec, 58_fib-rec |
| parents | 41_n, edexp_test/structure/fib_rec/01_conditional/02_add_previous |
| location | knowledge/edexp_test.dz:84 |
| 53_fib-rec | |
| content | fib-rec |
| children | 54_- |
| parents | 48_+ |
| location | knowledge/edexp_test.dz:95 |
| 54_- | |
| content | - |
| children | 55_n, 56_1 |
| parents | 53_fib-rec |
| location | knowledge/edexp_test.dz:98 |
| 55_n | |
| content | n |
| parents | 54_- |
| location | knowledge/edexp_test.dz:100 |
| 56_1 | |
| content | 1 |
| parents | 54_- |
| location | knowledge/edexp_test.dz:103 |
| 58_fib-rec | |
| content | fib-rec |
| children | 59_- |
| parents | 48_+ |
| location | knowledge/edexp_test.dz:107 |
| 59_- | |
| content | - |
| children | 60_n, 61_2 |
| parents | 58_fib-rec |
| location | knowledge/edexp_test.dz:110 |
| 60_n | |
| content | n |
| parents | 59_- |
| location | knowledge/edexp_test.dz:112 |
| 61_2 | |
| content | 2 |
| parents | 59_- |
| location | knowledge/edexp_test.dz:115 |
| 65_display | |
| content | display |
| children | 70_fib-rec |
| parents | edexp_test/structure/run_test |
| file reference | proto.e:65 |
| location | knowledge/edexp_test.dz:118 |
| 70_fib-rec | |
| content | fib-rec |
| children | 75_10 |
| parents | 65_display, edexp_test/comments/a_small_test |
| location | knowledge/edexp_test.dz:130 |
| 75_10 | |
| content | 10 |
| parents | 70_fib-rec |
| location | knowledge/edexp_test.dz:140 |