.vscode | ||
dependencies | ||
java-compiler-classes | ||
javatx-src/main | ||
javatx-src-old/main | ||
resources | ||
tests | ||
.DS_Store | ||
.gitignore | ||
applyLambda.jav | ||
compile.sh | ||
errors | ||
funnclass | ||
JavaTXCompiler.jar | ||
README.md | ||
test.sh |
JavaTXCompilerInJavaTXNoMaven
To compile all files use the bash script inside the root folder. You can call it with
./compile.sh
on Linux and Mac.
To remove all compile files, use
./compile.sh clean
To run all junit tests on the files, use
./test.sh