Files
tech5/source/shared/idlib/runtimeexpression.cpp
2026-08-08 13:54:26 -07:00

6 lines
245 B
C++

#include "runtimeexpression.h"
// The recovered RuntimeExpression.cpp is the console regression harness. The
// reusable parser/evaluator is template code in RuntimeExpression.h and is
// covered by idlib_runtimeexpression_test on the PC port.