microlisp 0.1.0
A small Scheme-subset interpreter in modern C.
Loading...
Searching...
No Matches
Functions
value.c File Reference
#include "microlisp_internal.h"
#include <string.h>
Include dependency graph for value.c:

Functions

int ml_value_eq (mvalue a, mvalue b)
 
int ml_value_eqv (mvalue a, mvalue b)
 
microlisp_status ml_value_equal (ml_state *s, mvalue a, mvalue b, int *out_equal)
 

Function Documentation

◆ ml_value_eq()

int ml_value_eq ( mvalue  a,
mvalue  b 
)

◆ ml_value_equal()

microlisp_status ml_value_equal ( ml_state s,
mvalue  a,
mvalue  b,
int *  out_equal 
)

◆ ml_value_eqv()

int ml_value_eqv ( mvalue  a,
mvalue  b 
)