Skip to content

eQosys/QINP

Repository files navigation

QINP

QINP is a statically typed, procedural programming language which is inspired by the C++ and the Python programming languages.

!!! QINP is a work in progress and therefore not yet stable and may be subject to breaking changes !!!

At the moment only Linux (full) and Windows (partial) are supported (both x86_64).

Getting Started

Instructions on how to build QINP can be found in the Documentation. The Documentation outlines the basic working concepts of the QINP language, how to use the Compiler and includes the Standard Library Reference

A good starting point to get to know the QINP language are the examples and the tests.