I think read will now read integers and symbols, but it's untested.
Everything compiles.
This commit is contained in:
parent
cc8e96eda4
commit
9eb0d3c5a0
28 changed files with 594 additions and 293 deletions
|
|
@ -32,6 +32,6 @@ struct pso_pointer cdr( struct pso_pointer cons );
|
|||
|
||||
struct pso_pointer cons( struct pso_pointer car, struct pso_pointer cdr );
|
||||
|
||||
bool consp( struct pso_pointer ptr );
|
||||
struct pso_pointer destroy_cons( struct pso_pointer fp, struct pso_pointer env);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue