#include <memory>
#include <set>
#include <vector>
#include <algorithm>
#include <eda_units.h>
#include <string_utils.h>
#include <wx/log.h>
#include <libeval_compiler/libeval_compiler.h>
#include <libeval_compiler/grammar.c>
#include <libeval_compiler/grammar.h>
Go to the source code of this file.
|
#define | libeval_dbg(level, fmt, ...) wxLogTrace( "libeval_compiler", fmt, __VA_ARGS__ ); |
|
#define | AS_DOUBLE(arg) ( arg ? arg->AsDouble() : 0.0 ) |
|
◆ AS_DOUBLE
#define AS_DOUBLE |
( |
|
arg | ) |
( arg ? arg->AsDouble() : 0.0 ) |
◆ libeval_dbg
#define libeval_dbg |
( |
|
level, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| wxLogTrace( "libeval_compiler", fmt, __VA_ARGS__ ); |