Added list and unit test for it.
This commit is contained in:
parent
06e87f09fa
commit
3abebe937c
5 changed files with 58 additions and 2 deletions
|
|
@ -211,4 +211,8 @@ struct cons_pointer lisp_append( struct stack_frame *frame,
|
|||
struct cons_pointer lisp_mapcar( struct stack_frame *frame,
|
||||
struct cons_pointer frame_pointer,
|
||||
struct cons_pointer env );
|
||||
|
||||
struct cons_pointer lisp_list( struct stack_frame *frame,
|
||||
struct cons_pointer frame_pointer,
|
||||
struct cons_pointer env );
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue