This is guile 2.0.11.
I think I’m following what is in the reference manual.
Any clue what the problem is? — Matt
scheme@(guile-user)> (define t1 '(begin (define (toplevel x) 1)))
scheme@(guile-user)> (parse-tree-il t1)
ERROR: In procedure scm-error:
ERROR: unrecognized tree-il (define (topleve
Matt Wette writes:
> This is guile 2.0.11.
>
> I think I’m following what is in the reference manual.
>
> Any clue what the problem is? — Matt
>
> scheme@(guile-user)> (define t1 '(begin (define (toplevel x) 1)))
>
> scheme@(guile-user)> (parse-tree-il t1)
>
> ERROR: In procedure scm-error:
>
>
> On Sep 17, 2015, at 7:36 PM, Mark H Weaver wrote:
>
> Matt Wette writes:
>
>> This is guile 2.0.11.
>>
>> I think I’m following what is in the reference manual.
>>
>> Any clue what the problem is? — Matt
>>
>> scheme@(guile-user)> (define t1 '(begin (define (toplevel x) 1)))
>>
>> sche