kicad/include/libeval_compiler
Jeff Young f2812773d4 Better handling of undefined values in Rule expressions.
This is particularly important to keep the user from having to
enter overly verbose statements such as:
A.Type == 'via' && A.Via_Type == 'buried'
when:
A.Via_Type == 'buried'
is perfectly clear.
2020-07-23 16:41:58 +01:00
..
libeval_compiler.h Better handling of undefined values in Rule expressions. 2020-07-23 16:41:58 +01:00