Skip to content
Snippets Groups Projects
Commit 7becad12 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Removing local dependencies to create the TatSu parser, generating the grammar...

Removing local dependencies to create the TatSu parser, generating the grammar inside the docker container.
parent e9449322
No related branches found
No related tags found
No related merge requests found
webopenccg/generated_openccg_parser.py: OpenCCG.ebnf
tatsu --generate-parser $< --outfile $@
docker run --rm --detach --name web-openccg -v $$(pwd):/tmp web-openccg tatsu --generate-parser /tmp/$< --outfile /tmp/$@
.PHONY: build
build:
......
......@@ -4,8 +4,6 @@ verify_ssl = true
name = "pypi"
[packages]
tatsu = "*"
flask = "*"
[dev-packages]
when-changed = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment