Installation

Installation guide for ufLang

Getting Started

To get started with GLaDOS, follow these steps:

  1. Clone the repository:

    git clone git@github.com:EpitechPromo2027/B-FUN-500-STG-5-2-glados-augustin.grosnon.git
    cd glados
  2. Build the project:

    make
  3. To run the GLaDOS REPL:

    ./glados
  4. To run a .uf script:

    ./glados <YOUR_PROGRAM.uf>
  5. To compile a .uf script:

    ./glados <YOUR_PROGRAM.uf> -o <OUTPUT_FILE>
  6. To run a compiled .uf program:

    ./glados -r <COMPILED_FILE>

Last updated