kicad/common/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
..
grammar.c Hook libeval compiler up to rule parser 2020-07-20 22:11:53 +01:00
grammar.h common: libeval_compiler :virtual method support 2020-07-05 22:44:38 +02:00
grammar.lemon Hook libeval compiler up to rule parser 2020-07-20 22:11:53 +01:00
libeval_compiler.cpp Better handling of undefined values in Rule expressions. 2020-07-23 16:41:58 +01:00