|
Post Scarcity
A prototype for a post scarcity programming environment
|
#include "memory/consspaceobject.h"Go to the source code of this file.
Macros | |
| #define | LCBRACE L'}' |
| #define | LCOMMA L',' |
| read.c | |
| #define | LPERIOD L'.' |
| #define | LSESSION L'§' |
| #define | LSLASH L'/' |
Functions | |
| struct cons_pointer | read (struct stack_frame *frame, struct cons_pointer frame_pointer, struct cons_pointer env, URL_FILE *input) |
| read the next object on this input stream and return a cons_pointer to it. | |
| #define LCOMMA L',' |
First pass at a reader, for bootstrapping.
(c) 2017 Simon Brooke simon.nosp@m.@jou.nosp@m.rneym.nosp@m.an.c.nosp@m.c Licensed under GPL version 2.0, or, at your option, any later version.
| struct cons_pointer read | ( | struct stack_frame * | frame, |
| struct cons_pointer | frame_pointer, | ||
| struct cons_pointer | env, | ||
| URL_FILE * | input | ||
| ) |
read the next object on this input stream and return a cons_pointer to it.
read the next object on this input stream and return a cons_pointer to it.
Definition at line 559 of file read.c.
References read_continuation(), and url_fgetwc().
Referenced by lisp_read().