yaacov / tree-search-language

Tree Search Language (TSL) is a wonderful search langauge.
Apache License 2.0
60 stars 11 forks source link

Download specific version of `antlr` #14

Closed jhernand closed 4 years ago

jhernand commented 4 years ago

Currently the generate target of the Makefile expects the antlr4 binary in the path. This means that the developer running it will have to download it in advance. This isn't very convenient, and it also introduces the risk of using an incorrect version. To improve that this patch changes the Makefile so that it will automatically download and use always the same version.

jhernand commented 4 years ago

@yaacov please review.

yaacov commented 4 years ago

Thanks !