kicad/include/libeval_compiler
Jeff Young 048e13f423 Defer DRC rule function eval to make use of short-circuit bools.
The lemon parser doesn't lend itself to short-circuiting booleans,
but if we defer processing until we fetch the second value when
processing the TR_OP_BOOLEAN opcode then we get to piggy-back on
C++'s boolean short-circuiting.
2021-08-21 16:43:11 +01:00
..
libeval_compiler.h Defer DRC rule function eval to make use of short-circuit bools. 2021-08-21 16:43:11 +01:00