-
Notifications
You must be signed in to change notification settings - Fork 0
LeweyM/chimp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published