/viper

Compiler for my language, viper

Primary LanguageC++MIT LicenseMIT

Viper

Status GitHub Issues GitHub Pull Requests


Viper is a compiled C-like programming language written in C++.

About

Viper is a C like programming language that aims to be fast and reliable.


Installation

Prerequisites

To build viper, you will need:

  • Any g++ version with c++20
  • Make

Downloading the code

To download the code, clone the github repository git clone https://github.com/viper-org/viper-lang

Building

To build the code, simply run make all
If the build is taking a long time, you can use make's -j flag to speed up the build


Examples

There is an example of a viper program in the repository More examples will be added in future