Skip to content
Shylie edited this page Jun 5, 2020 · 7 revisions

About

Shyll (pronounced shell) is a stack-based post-fix notation language written in C++.

Setup

Requirements

  • Windows OS. This application is currently Windows-only.
  • Download from here. Might not have the latest features.

Requirements (to build it yourself)

  • Windows OS. This application is currently Windows-only.
  • Visual Studio 2019 with desktop development with C++ support installed (for compiling the application).
  • Git (for installing raylib as a submodule).

Building it yourself

  1. Clone or download.
  2. Compile solution file shyll.sln for desired platform and configuration. Configurations ending in ER do not have raylib-related functions.
Clone this wiki locally