Skip to content

Shell1010/viper

 
 

Repository files navigation

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

About

Compiler for my language, viper

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%