Logo
Explore Help
Sign In
realAscot/kicad-source
1
0
Fork 0
You've already forked kicad-source
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-09-14 18:23:15 +02:00
Code Issues Packages Projects Releases Wiki Activity
kicad-source/common/libeval/grammar.h

13 lines
504 B
C
Raw Normal View History

Build: Add a CMake target libeval lemon grammar The libeval grammar can now be rebuilt with "make libeval_grammar". This is only possible when lemon is installed. Also a couple of modifications to the lemon grammar to account for external changes since the grammer was last generated. Also move the grammar defines into grammar.h - this is how Lemon produces them, and by manually copying into the target .cpp, it make automated regeneration impossible.
2018-11-28 13:46:42 +00:00
#define VAR 1
#define ASSIGN 2
#define SEMCOL 3
#define PLUS 4
#define MINUS 5
#define UNIT 6
#define DIVIDE 7
#define MULT 8
#define ENDS 9
#define VALUE 10
#define PARENL 11
#define PARENR 12
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 286ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API