Skip to content

KuriusMTL/Kode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kode Programming Language Logo

Description


Kode is a dynamic and lightweight programming language.

Installation


Windows

  1. Clone the repository.
  2. Install Go from this link.
  3. Build and compile the project in the CLI using the custom script provided.
cd Kode/
build.bat
  1. Navigate inside the distribution directory to find the executable.
cd dist/
  1. (Optional) Add the executable kode.exe to the environment path as explained here.
  2. Run applications in the CLI using kode -run <path to the application>.

macOS

Coming soon...

Linux

Coming soon...

Releases

No releases published

Packages

No packages published