Added list and unit test for it.

This commit is contained in:
Simon Brooke 2021-09-08 13:47:36 +01:00
parent 06e87f09fa
commit 3abebe937c
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
5 changed files with 58 additions and 2 deletions

View file

@ -236,6 +236,7 @@ int main( int argc, char *argv[] ) {
bind_function( L"hashmap", lisp_make_hashmap );
bind_function( L"inspect", &lisp_inspect );
bind_function( L"keys", &lisp_keys );
bind_function( L"list", &lisp_list);
bind_function( L"mapcar", &lisp_mapcar );
bind_function( L"meta", &lisp_metadata );
bind_function( L"metadata", &lisp_metadata );