It compiles. It runs. Nothing works, but it also doesn't crash. Victory!
This commit is contained in:
parent
8d2acbeb0f
commit
aa0d60bbed
20 changed files with 390 additions and 244 deletions
|
|
@ -31,7 +31,9 @@ struct pso_pointer make_symbol( struct pso_pointer frame_pointer, wint_t c,
|
|||
struct pso_pointer tail );
|
||||
|
||||
struct pso_pointer c_string_to_lisp_string( struct pso_pointer frame_pointer,
|
||||
char32_t * string );
|
||||
wchar_t *string );
|
||||
char *lisp_string_to_c_string( struct pso_pointer s );
|
||||
|
||||
|
||||
struct pso_pointer c_string_to_lisp_keyword( struct pso_pointer frame_pointer,
|
||||
char32_t * symbol );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue