orga-comp/build.sh

3 lines
102 B
Bash

#!/bin/sh
g++ -g main.cpp interpreter.cpp lexer.cpp parser.cpp utilities.cpp scope.cpp translator.cpp