Generate cvc/Kind.java for the java API (#6143)
authormudathirmahgoub <mudathirmahgoub@gmail.com>
Sat, 20 Mar 2021 10:23:44 +0000 (05:23 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 10:23:44 +0000 (05:23 -0500)
commita374f7b577b48908d623cf7b64594f1c98cfb8b7
tree0173b96f4f9ec3c967b3d7d9cf64ed4c1c555d8f
parentbdc92b3bb257134c01c5e4818e97f71cbb66ab52
Generate cvc/Kind.java for the java API (#6143)

PR changes:

Refactor python/genkinds.py by separating parsing from file generation.
Add java/genkinds.py to generate file Kind.java.
Enable java API in ./configure.sh with "under development" warning.
CMakeLists.txt
cmake/CVC4Config.cmake.in
configure.sh
examples/CMakeLists.txt
src/api/java/CMakeLists.txt [new file with mode: 0644]
src/api/java/genkinds.py [new file with mode: 0644]
src/api/parsekinds.py [new file with mode: 0644]
src/api/python/genkinds.py