Things working much better now. assoc works. Currently printing of
string-like-things does not work, but I suspect that's shallow.
This commit is contained in:
parent
02a4bc3e28
commit
9a0f186f29
13 changed files with 400 additions and 38 deletions
|
|
@ -33,6 +33,11 @@ extern struct pso_pointer lisp_stdin;
|
|||
extern struct pso_pointer lisp_stdout;
|
||||
extern struct pso_pointer lisp_stderr;
|
||||
|
||||
#define INITIAL_PROMPT L"psse ]"
|
||||
#define C_IO_PROMPT L"*prompt*"
|
||||
|
||||
extern struct pso_pointer lisp_io_prompt;
|
||||
|
||||
URL_FILE *file_to_url_file( FILE * f );
|
||||
wint_t url_fgetwc( URL_FILE * input );
|
||||
wint_t url_ungetwc( wint_t wc, URL_FILE * input );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue