Skip to content

nc-x/crafty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimble build to compile and then run the resulting binary

Example

File: hello.craft

class Hello {
	greet() {
		print "hello";
	}
}

var h = Hello();
h.greet();

crafty hello.craft => hello

Releases

No releases published

Packages

No packages published

Languages