altos/lisp: working on lexical scoping
[fw/altos] / src / lisp / ao_lisp_mem.c
index c11ec25d96df982afa581549b5edc28d963b72b4..476843d89ee1a4b04d9aa541f1cdabf451fae17a 100644 (file)
@@ -262,6 +262,7 @@ static const struct ao_lisp_type const *ao_lisp_types[AO_LISP_NUM_TYPE] = {
        [AO_LISP_ATOM] = &ao_lisp_atom_type,
        [AO_LISP_BUILTIN] = &ao_lisp_builtin_type,
        [AO_LISP_FRAME] = &ao_lisp_frame_type,
+       [AO_LISP_LAMBDA] = &ao_lisp_lambda_type,
 };