Skip to content

Commit

Permalink
more directory fixes iii
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 5, 2020
1 parent 9528c97 commit 066cf9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test:

.PHONY: generate
generate: antlr
java -jar antlr -Dlanguage=Go -o pkg/parser TSL.g4
java -jar antlr -Dlanguage=Go -o $(major)/pkg/parser TSL.g4

antlr:
wget --progress=dot:giga --output-document="$@" "$(antlr_url)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ $ curl -sG "http://localhost:8080/graphql" --data-urlencode \

##### Antlr4 grammar

TSL parser is generated using [Antlr4 tool](https://github.com/antlr/antlr4/), the antlr4 grammar file is [TSL.g4](/v4/TSL.g4).
TSL parser is generated using [Antlr4 tool](https://github.com/antlr/antlr4/), the antlr4 grammar file is [TSL.g4](/TSL.g4).

##### Keywords
```
Expand Down

0 comments on commit 066cf9c

Please sign in to comment.