Projet interpréteur C++ s3\
- Instruction si/sisinon/sinon
- Instruction tantque
- Instruction repeter
- Instruction pour
- Instruction ecrire
- Instruction lire
- Recuperation après erreur (partial)
- Generation code cpp (compile)
- Test cours et pertinents
- Test Unitaire du si
- Priorite des operateurs
- Instruction supplementaire (selon)
- Variables de chaine
- Procedures/Fonctions
executer dans Debug ou Testing (test unitaire) :
make allVerifier qu'il y a bien le fichier motsCles.txt à l'endroit de l'execution ! (bien évidemment, à chager dans une prochaine version)
maintenant, vous pouvez executer un programme ainsi :
./ProjetInterpreteur -i fichierSource.txtou compiler en c++ :
./ProjetInterpreteur -c fichierSource.txt [dest.cpp]./ProjetInterpreteurNous avons été deux à travailler sur ce projet :
- Luca Deslot
- Ludovic Jozeau