Skip to content

eckertliam/chameleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chameleon

A simple language mostly inspired by Rust. Chameleon is a language I made to better grasp LLVM and garbage collection. For the syntax I deferred to Rust because I find the syntax elegant and productive. My main complaint with Rust is occasionally fighting the borrow checker. Memory safety with peak performance is important in many domains, but Chameleon is meant for less performance hungry domains where the syntax and mechanics of Rust are still helpful.

About

A simple C like language meant for learning LLVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages