ArnoldC
ArnoldC copied to clipboard
Ability to run sources directly from ArnoldC
It would be good to have an ability to compile and execute ArnoldC source directly with one command. It can be look like the following:
java -jar ArnoldC.jar -run hello.arnoldc
and compile source with the following command:
java -jar ArnoldC.jar -compile hello.arnoldc
instead of
java -jar ArnoldC.jar hello.arnoldc java hello
https://github.com/lhartikk/ArnoldC/issues/58
#62