Installation
Installation guide for ufLang
Getting Started
To get started with GLaDOS, follow these steps:
Clone the repository:
git clone git@github.com:EpitechPromo2027/B-FUN-500-STG-5-2-glados-augustin.grosnon.git cd glados
Build the project:
make
To run the GLaDOS REPL:
./glados
To run a .uf script:
./glados <YOUR_PROGRAM.uf>
To compile a .uf script:
./glados <YOUR_PROGRAM.uf> -o <OUTPUT_FILE>
To run a compiled .uf program:
./glados -r <COMPILED_FILE>
Last updated