mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-17 10:40:48 +01:00
grammar.py and friends: Make test/grammar compile and start
Doesn't successfully parse grammartest.code, yet, it errors out with a syntax error on whitespace. But at least it compiles and starts. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8c5934725c
commit
16ce7abd93
5 changed files with 129 additions and 77 deletions
|
|
@ -1,10 +1,10 @@
|
|||
TOPDIR = ../..
|
||||
|
||||
USE_PROJECT_LIB = true
|
||||
MEMBERS += local.a($(OBJ))
|
||||
EXE_ARGS ?= grammartest.code
|
||||
PREREQ_BUILD += ytools
|
||||
FB_NAME = grammartest
|
||||
NAMESPACE_IN_GENERATED = gt
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(TOPDIR)/make/generate-flex-bison.mk
|
||||
include $(MODDIR)/make/exe.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue