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

About

Crafting Interpreters in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages