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 gladosBuild the project:
makeTo run the GLaDOS REPL:
./gladosTo 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