Skip to content

ForNeVeR/malco

Repository files navigation

Malco programming language Appveyor build Travis build

Malco is a high-level interpreted programming language aimed at creating console- and web-based applications.

Authors

Original project authors:

Build

Malco requires CMake and a modern (C++14-compliant) C++ toolchain. We support Visual Studio 2017 and GCC. To build the project, execute the following commands in your terminal:

$ mkdir build
$ cd build
$ cmake .. # -G "Visual Studio 15 2017 Win64" or another supported generator
$ cmake --build .

Note for Visual Studio users

You may also open a folder with CMakeLists.txt directly in Visual Studio 2017 (using menu item File → Open → Folder…).

Documentation

Check out the docs folder.

About

Malco programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages