blob: b009a7310cb6b6f1ba17c4efa6c5e3890766ffbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{{
call_a_or_b_on_tail!(
(a: compute_len, b: zero),
the recursive part that skips over all these
tokens doesn't much care whether we will call a
or call b: only the terminal rules care.
)
}}
{{
call_a_or_b_on_tail!(
(a: compute_len, b: zero),
and now, to justify the existence of two paths
we will also call a: its input should somehow
be self-referential, so let's make it return
some ninety one!
)
}}
{{
call_a_or_b_on_tail!(
(a: compute_len, b: zero),
and now, to justify the existence of two paths
we will also call a: its input should somehow
be self-referential, so let's make it return
some ninety "(\"()"nine!
)
}}
|