Skip to content
/ chimp Public

my own programming language 'chimp' written in Go. Based on Monkey by Thorsten Ball.

Notifications You must be signed in to change notification settings

LeweyM/chimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*Language Examples*

let bar int = 1
let threePlusBar = 3 + bar

put(threePlusBar) // puts 4

let foo bool = false

fun fooWorld(text String) {
    put("hello " + text)
}

fooWorld("world")


About

my own programming language 'chimp' written in Go. Based on Monkey by Thorsten Ball.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages