Uniot Core
0.8.1
Loading...
Searching...
No Matches
uniot::lisp Namespace Reference

Contains type definitions and utilities for interacting with the Lisp interpreter. More...

Typedefs

using Object = struct Obj *
 A pointer to a Lisp object structure.
 
using VarObject = struct Obj **
 A pointer to a pointer to a Lisp object structure.
 
using Root = void *
 A generic pointer representing the root of a Lisp environment.
 

Detailed Description

Contains type definitions and utilities for interacting with the Lisp interpreter.