There's an enormous lot of good stuff in this, but I've messed up print
almost certainly by writing a non-wide character to a wide stream.
This commit is contained in:
parent
7e40d65df0
commit
93b84087ce
13 changed files with 379 additions and 131 deletions
|
|
@ -71,9 +71,10 @@ int main( int argc, char *argv[] ) {
|
|||
/*
|
||||
* privileged variables (keywords)
|
||||
*/
|
||||
|
||||
deep_bind( c_string_to_lisp_symbol( "nil" ), NIL );
|
||||
deep_bind( c_string_to_lisp_symbol( "t" ), TRUE );
|
||||
/* deep_bind( c_string_to_lisp_symbol( L"λ"), LAMBDA ); */
|
||||
deep_bind( c_string_to_lisp_symbol( "lambda"), LAMBDA );
|
||||
|
||||
/*
|
||||
* primitive function operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue