- macros work in the new way (the "right" way?) - added test.py script, with basic test cases. Need to fill out new test builtins.
8 lines
123 B
C
8 lines
123 B
C
|
|
#include "../defines/BUILTIN_PARAMETER_DECLARATION.h"
|
|
|
|
struct value* builtin_eval(
|
|
BUILTIN_PARAMETER_DECLARATION);
|
|
|
|
|
|
|