Many more ops written, and it compiles. Nothing works yet.
This commit is contained in:
parent
f5f8e38b91
commit
c9f50572ab
17 changed files with 290 additions and 71 deletions
|
|
@ -185,7 +185,7 @@ struct pso_pointer read( struct pso_pointer frame_pointer,
|
|||
character = get_character( stream );
|
||||
}
|
||||
|
||||
struct pso_pointer readmacro = assoc( character, readtable );
|
||||
struct pso_pointer readmacro = c_assoc( character, readtable );
|
||||
|
||||
if ( !nilp( readmacro ) ) {
|
||||
// invoke the read macro on the stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue