Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
repl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void repl ()
 The read/eval/print loop.
 

Function Documentation

◆ repl()

void repl ( )

The read/eval/print loop.

Definition at line 33 of file repl.c.

References consp, debug_print(), DEBUG_REPL, dec_ref(), get_stack_frame(), int_handler(), lisp_repl(), make_cons(), make_stack_frame(), NIL, nilp, and oblist.

Referenced by main().