Skip to content

Unilang is a high-level object-oriented compiled programming language that aims to be easy to use and memory safe.

Notifications You must be signed in to change notification settings

Paul-Passeron/Unilang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unilang programming language

Unilang is a high-level object-oriented compiled programming language that aims to be easy to use and memory safe.

Installation

git clone https://github.com/Paul-Passeron/Unilang.git
cd Unilang
make
sudo make install
cd ..
rm -rf Unilang

Usage

Unilang <source_file> [options]

Example

main.ul:

@include "stdlib/io.ul"

let entry(): void => {
  println("Hello, World !");
}
Unilang main.ul -o main
./main
# Output: Hello, World !

About

Unilang is a high-level object-oriented compiled programming language that aims to be easy to use and memory safe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published