Go to file
2024-05-27 22:38:59 +02:00
.vscode convert new files to javatx 2024-05-13 23:33:15 +02:00
classes newest state of compiler, needing compiled classes 2024-05-23 01:42:16 +02:00
dependencies track jar file and ignore out folder 2024-05-02 23:06:53 +02:00
javatx-src/main updating some files 2024-05-22 23:37:28 +02:00
resources update gitignore to track class files in tests 2024-05-12 13:57:23 +02:00
tests run all tests 2024-05-27 22:38:59 +02:00
.DS_Store convert new files to javatx 2024-05-13 23:33:15 +02:00
.gitignore newest state of compiler, needing compiled classes 2024-05-23 01:42:16 +02:00
compile.sh run all tests 2024-05-27 22:38:59 +02:00
JavaTXcompiler.jar run all tests 2024-05-27 22:38:59 +02:00
README.md add readme 2024-05-13 23:37:03 +02:00
test.sh run all tests 2024-05-27 22:38:59 +02:00

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