x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
src Directory Reference

Directories

 x-obj
 
 x-prim
 
 x-syntax
 
 x-token
 
 x-type
 

Files

 x-alist.c
 Association list and persistent BST operations.
 
 x-alist.d
 
 x-cli.c
 Command-line interface, file inclusion, and interpreter entry point.
 
 x-cli.d
 
 x-env.c
 Environments – make, look up, bind, and the child a call makes.
 
 x-env.d
 
 x-eval.c
 Evaluator with TCO trampoline.
 
 x-eval.d
 
 x-prim.c
 Primitive evaluation helpers, environment extension, and registration.
 
 x-prim.d
 
 x-tco.c
 The environment save and restore around a tail call.
 
 x-tco.d
 
 x-token.c
 Tokenizer: analysis, reading, writing, and display of expressions.
 
 x-token.d
 
 x-toplevel.c
 The top-level bracket around a file's forms and around eval!.
 
 x-toplevel.d
 
 x-type.c
 Type struct construction, dispatch, and GC hooks for the type system.
 
 x-type.d