kicad/common/libeval
Ian McInerney 0f0e845d74 Add parsing for centimeters into the numeric evaluator
ADDED: Allow cm as a unit in text field expressions

Fixes https://gitlab.com/kicad/code/kicad/issues/4797
2020-07-07 23:12:17 +01:00
..
CMakeLists.txt Libeval: Use add_custom_target so grammar.c won't be cleaned 2019-01-05 07:44:06 -08:00
grammar.c common: libeval_compiler :virtual method support 2020-07-05 22:44:38 +02:00
grammar.h common: libeval_compiler :virtual method support 2020-07-05 22:44:38 +02:00
grammar.lemon Libeval: leading + is a sign, not an operator 2018-12-03 08:39:30 +01:00
numeric_evaluator.cpp Add parsing for centimeters into the numeric evaluator 2020-07-07 23:12:17 +01:00