Skip to content

guillaume-elambert/DI3-projet_tutore_2-part2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deuxième exercice du TP IL2

Il s'agit de réaliser l'analyseur lexical pour le langage JSON

mode d'emploi

1ere étape : récupérer le matériel initial :

git clone https://gitlab.com/nicolas.monmarche/tp_il2_ex2.git

2ieme étape créer votre branche (remplacer nom-binome par ce qui vous concerne) :

git branch "nom-binome"

git checkout "Nom-binome"

3ieme étape transférer votre commit initial

git commit -m "notre premiere version"

git push --set-upstream origin "Nom-binome"

n-étape

à chaque fois que vous souhaitez tranférer votre travail :

git commit -m "explications" fichiers-modifiés

git push