Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.08 KB

Projet Compilation 2022

Build and run tests / benchs

Author Author Author Author

Compilateur pour le langage SoS vers MIPS écrit en C.

Compilation

make

Exécution

./bin/sos [--version | -v] [--tos | -t] [(--output | -o) <name>] [--help | -h] < "SoS_program"

Tests

make test

ou

make test_mips

qui compile et exécute le code de nos tests avec Spim si installé.

ou

make benchs_mips

qui compile et exécute le code des benchmarks du projet avec Spim si installé.