LispBM
Functions
qq_expand.h File Reference

Go to the source code of this file.

Functions

lbm_value lbm_qq_expand (lbm_value)
 

Detailed Description


Function Documentation

◆ lbm_qq_expand()

lbm_value lbm_qq_expand ( lbm_value  )

Expand a quasiquoted expression using a C:ified version of the algorithm presented in Alan Bawden's "Quasiquotation in lisp"

Parameters
Quasiquotedvalue
Returns
value where quasiquotations have been removed and expanded.