view src/eval.h @ 182:8cd4314a144f

big cleanup for rewrite of execution logic
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 27 Sep 2019 14:33:38 +0200
parents 3ec2b2edb977
children 263256062455
line wrap: on
line source

#ifndef src_eval_h
#define src_eval_h

#include "base/vec.h"
#include "types.h"

/**
 * @file eval.h
 * @brief Evaluating ylisp expressions.
 * @addtogroup execution
 * @{
 */


/**
 * @}
 */

#endif