Cylvre Docs
  • Introduction
  • Installation
  • Getting Cylvre up and Running
  • Compile and Run Cylvre Programs
  • Basics
    • Basic Program (Hello World) in Cylvre
    • Print Statements
  • Variables
    • Variables Basics
  • Loops
    • Ranged For loop
  • Conditionals
    • If Statement
Powered by GitBook
On this page

Was this helpful?

Getting Cylvre up and Running

Learn how to install Cylvre

PreviousIntroductionNextCompile and Run Cylvre Programs

Last updated 4 years ago

Was this helpful?

To install Cylvre, navigate to this and get the source code. If you directly downloaded a ZIP file with the source, unzip the file first.

To build Cylvre:

gradle build

To package compiler into executable jar:

gradle jar

Or, you could just type in the following command to build and package the compiler at the same time

gradle build jar

Congratulations! You got the Cylvre Compiler up and running!

Github Repository