compiler: Add error output to the compiler

This commit is contained in:
Vicent Marti
2017-12-04 18:26:50 +01:00
parent e4b9430024
commit 5812f89f66
8 changed files with 185 additions and 90 deletions

View File

@@ -9,4 +9,4 @@ mkdir -p grammars
exec docker run --rm \
-u $(id -u $USER):$(id -g $USER) \
-v $PWD:/src/linguist \
-w /src/linguist -ti $image "$@"
-w /src/linguist $image "$@"