Skip to content
forked from vczh/tinymoe

English-like dynamic typing programming language

Notifications You must be signed in to change notification settings

xuangong/tinymoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

tinymoe

###English-like programming language ######with dynamic typing and build-in continuation

module hello world
using standard library

sentence print (message)
	redirect to "printf"
end

phrase sum from (start) to (end)
	set the result to 0
	repeat with the current number from start to end
		add the current number to the result
	end
end

phrase main
	print "1+ ... +100 = " & sum from 1 to 100
end

About

English-like dynamic typing programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published