Setup and usage: Setup GLaDOS Usage GLaDOS Language syntax: Syntax introduction Arithmetical operators Logical operators Data types Conditional statements Functions definitions and expression Loops Builtin functions: Misc Maths Lists and strings IO

GLaDOS

Epitech Project GLaDOS for promo 2026

Made by:

  • Adélaïde CHANTEUX
  • Ange MOUQUET
  • Matthieu FRAIZ
  • Raymond VIERGE-THALAMAS
  • Thibault MIR
Releases

What for?

This project is part of the 3rd year epitech bachelor's curriculum.

The project aims to create a coding language and a virtual machine to execute it's compiled programs.


Build guide:

On linux:

Requirements:

  • Git (or any other way to clone the repo)
  • Docker
  • Make


  • Build:

    git clone https://github.com/Mareaucanard/GLaDOS-epitech-2026.git
    cd GLaDOS-epitech-2026
    make
    That's it!

    You can now run the program with `./glados`