kicad/common/libeval_compiler
Jeff Young 2ea5528cd0 Start compiling identifiers.
We'll need this if we support the "L == foobar" syntax, and besides
it should really be up to the parser client whether or not they use
identifiers with no function call or property reference.

It also allows us to generate error messages for unknown identifers.
2020-07-27 19:53:42 +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 Start compiling identifiers. 2020-07-27 19:53:42 +01:00