ANTLR works best with Java, old Reika tsdb-proxy-java/ql is using Gradle instead of maven, we will continue using Gradle, but I forgot how to use Gradle entirely, this issue is used to track the progress of having a gradle project using ANTLR
[ ] multiple projects? TAPL is quite independent from others, and might be split out in the future
Reika needs a type checker, a interpreter, but they may not need two different projects, just a command line parameter should work just fine
use different main class would just work, no need to specify the only main class for jar and build multiple jar for different project
[x] gradle tasks for compile the parser
can't use gradle w/ ANLTR's tree visualization, Makefile may not work as well, ayi did work
[x] bug, it seems gradle task always run when gradle build, use doLast solve this
ANTLR works best with Java, old Reika tsdb-proxy-java/ql is using Gradle instead of maven, we will continue using Gradle, but I forgot how to use Gradle entirely, this issue is used to track the progress of having a gradle project using ANTLR
gradle build
, usedoLast
solve this