mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
Add LPGF function for catching errors. Manual fixes to Phrasebook treebank.
This commit is contained in:
@@ -12,9 +12,9 @@ FLAGS="+RTS -T -RTS"
|
||||
stack build --test --bench --no-run-tests --no-run-benchmarks
|
||||
|
||||
printf "\n-- COMPILE --\n\n"
|
||||
DEBUG=1 stack bench --benchmark-arguments "compile pgf ${PREFIX}${1}.gf ${FLAGS}"
|
||||
stack bench --benchmark-arguments "compile pgf ${PREFIX}${1}.gf ${FLAGS}"
|
||||
printf "\n"
|
||||
DEBUG=1 stack bench --benchmark-arguments "compile lpgf ${PREFIX}${1}.gf ${FLAGS}"
|
||||
stack bench --benchmark-arguments "compile lpgf ${PREFIX}${1}.gf ${FLAGS}"
|
||||
|
||||
printf "\n-- RUN -- \n\n"
|
||||
stack bench --benchmark-arguments "run pgf Phrasebook.pgf ${TREES} ${FLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user