Next: , Up: expander lexenv prim   [Index]


15.3.4.1 Inspecting syntactic binding’s descriptors

We must remember that a syntactic binding’s descriptor is a pair with format:

(?binding-type . ?binding-value)

first let’s create an environment object with the system library:

(define env (environment '(psyntax system $all)))

then let’s look at some descriptors:


Next: , Up: expander lexenv prim   [Index]