LispBM
Functions | Variables
fundamental.h File Reference
#include <eval_cps.h>
Include dependency graph for fundamental.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool struct_eq (lbm_value a, lbm_value b)
 

Variables

const fundamental_fun fundamental_table []
 

Detailed Description

Implementation of the built in functions of the lispbm language (such as +, -, ... ).

Function Documentation

◆ struct_eq()

bool struct_eq ( lbm_value  a,
lbm_value  b 
)

Variable Documentation

◆ fundamental_table

const fundamental_fun fundamental_table[]