Skip to content

Latest commit

 

History

262 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Yana Programming Language

Yana is a simple yet fast programming language, supporting both functional and procedural styles. This repository contains the Yana compiler, standard library and documentation.

Getting started

Read the tutorial or the language reference (coming soon).

Native target

Yana can be compiled to an efficient native executable. The compiler currently uses LLVM for code generation, allowing it to support many different platforms and advanced optimisations.

Javascript target

Yana can also be compiled to Javascript, and was designed have an efficient mapping to the language. This means that the generated script is both fast and doesn't require downloading a huge runtime.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages