00001 /* 00002 Copyright (C) 2016- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef JX_EVAL_H 00008 #define JX_EVAL_H 00009 00010 #include "jx.h" 00011 00020 struct jx * jx_eval( struct jx *j, struct jx *context ); 00021 00031 struct jx * jx_eval_with_defines( struct jx *j, struct jx* context ); 00032 00033 00034 #endif