Skip to content

skye-cyber/kcompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kcompiler

Compile kotlin files to .jar files, Run .jar files using java, Compile kotlin directories.

Requirents

openjdk-11-jdk
kotlin

Applicable commands

krun
kcompiler
compile
kotlin_compiler
compile_kotlin

Arguments

-h/--help

help message

-run

run only

-CR

compile and run

input

target file or folder/directory

Usange

kcompiler hello.kt
kcompiler hello.kt -CR
kcompiler /home/user/kotlin
kcombiler hello.jar -run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages