Skip to content

dragonfly-lang/dragonfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragonfly Compiler

A high-level multi-paradigm programming language.

fn add_one(x int) -> int {
  return x + 1
}

const number = 10
println(add_one(number))

Releases

No releases published

Sponsor this project