kicad/thirdparty/lemon
Tomasz Wlostowski c88c8102e5 libeval_compiler: fixed segfault for "(number)" expressions. 2020-08-13 14:50:59 +02:00
..
CMakeLists.txt Move lemon parser generation into build directory 2020-08-10 13:53:54 +00:00
README.md Move lemon parser generation into build directory 2020-08-10 13:53:54 +00:00
lemon.c Move lemon parser generation into build directory 2020-08-10 13:53:54 +00:00
lempar.c libeval_compiler: fixed segfault for "(number)" expressions. 2020-08-13 14:50:59 +02:00

README.md

This directory contains the lemon parser main program file and template file. It is used for building several parsers in common, and is provided because not all distributions package it in a nice way. Note, this program is not installed with KiCad and is only used as a build-time utility.

The files come from:

It has been released into the public domain with the sqlite project.