File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ set KOTLINPATH=%USERPROFILE%/.IdeaIC2019.1/config/plugins/Kotlin
55set LIBJARS = %KOTLINPATH% /lib/kotlin-stdlib.jar;%KOTLINPATH% /lib/kotlin-reflect.jar;./parser/antlr/lib/antlr-runtime-4.7.2.jar
66
77java -cp %PROG8CLASSPATH% ;%LIBJARS% prog8.CompilerMainKt %*
8+
9+ @ REM if you have created a .jar file using the 'create_compiler_jar' script, you can simply do: java -jar prog8compiler.jar
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ KOTLINPATH=${HOME}/.IntelliJIdea2019.1/config/plugins/Kotlin
55LIBJARS=${KOTLINPATH} /lib/kotlin-stdlib.jar:${KOTLINPATH} /lib/kotlin-reflect.jar:./parser/antlr/lib/antlr-runtime-4.7.2.jar
66
77java -cp ${PROG8CLASSPATH} :${LIBJARS} prog8.CompilerMainKt $*
8+
9+ # if you have created a .jar file using the 'create_compiler_jar' script, you can simply do: java -jar prog8compiler.jar
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ set KOTLINPATH=%USERPROFILE%/.IdeaIC2019.1/config/plugins/Kotlin
55set LIBJARS = %KOTLINPATH% /lib/kotlin-stdlib.jar;%KOTLINPATH% /lib/kotlin-reflect.jar
66
77java -cp %PROG8CLASSPATH% ;%LIBJARS% prog8.StackVmMainKt %*
8+
9+ @ REM if you have created a .jar file using the 'create_compiler_jar' script, you can simply do: java -jar prog8compiler.jar -vm
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ KOTLINPATH=${HOME}/.IntelliJIdea2019.1/config/plugins/Kotlin
55LIBJARS=${KOTLINPATH} /lib/kotlin-stdlib.jar:${KOTLINPATH} /lib/kotlin-reflect.jar
66
77java -cp ${PROG8CLASSPATH} :${LIBJARS} prog8.StackVmMainKt $*
8+
9+ # if you have created a .jar file using the 'create_compiler_jar' script, you can simply do: java -jar prog8compiler.jar -vm
You can’t perform that action at this time.
0 commit comments