Skip to content

Azoy/Jay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jay

Jay is a simple programming language project for school that is meant to teach me more about compiler development. Language inspired by C, LLVM IR, and Swift.

Example

i32 main(i32 argc, i8** argv) {
  i32 x = 4
  i32 y = 12
  printf("%i", x + y)
  return 0
}

Prints: 16

About

Programming Language Project written in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages