You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 5 years ago | |
README.md | 5 years ago | |
lemon.c | 3 years ago | |
lempar.c | 3 years ago |
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:
- lempar.c - https://www.sqlite.org/src/file/tool/lempar.c
- lemon.c - https://www.sqlite.org/src/file/tool/lemon.c
It has been released into the public domain with the sqlite project.