#include <lisp.h>
Collaboration diagram for a_obj:
Public Attributes | |
enum lisptype | type |
union { | |
int num | |
char * str | |
a_symbol sym | |
a_cons cons | |
a_pointer ptr | |
} | v |
The basic Lisp object. This should be small.
|
list object |
|
numeric value |
|
pointer object |
|
string value |
|
|
Type of the |
|
the "content" of the |