Skip to content

Joshyx/Kol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kol Lang

An interpreter for my own language, Kol

Use the interpreter for developing, as type checking and such things are handled better Use the compiler for speed (~10x performance)

let a = "moin";

let add = fun(first, second) {
    return first + second;
}

Made with the Interpreter Book

About

A programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages