Skip to content

hapet-lang/hapet

Repository files navigation

hapet logo

The hapet Compiler Platform

This repository contains a compiler project that is used to compile hapet programming language projects.
hapet programming language is almost the same as C# programming language but with small differencies.

Installation

Download precompiled installers

You can download precompiled installer for you operating system.

Running from source

You can run compiler from source code:

dotnet restore
cd HapetCompiler
dotnet run

Example Hello World

using System;

public static class Program
{
    public static int Main(string[] args)
    {
        Console.WriteLine("Hello world!");
        return 0;
    }
}

Documentation

Visit hapet documentation to get started with hapet programming language.

Licenses

About

Compiler for hapet programming language

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages