Skip to content

qwendling/Projet_Compilation

Repository files navigation

Projet_Compilation

Projet de compilation de langage StenC CMI M1S1 2017-2018

Current Version

Version 7.3.0

plan : V Sprint.MAJ.Update


Configuration

Configure your git commit :

git config --global core.editor "nano"
git config --global user.name "username"
git config --global user.email "email@mail.com"

Keywords et operateur

  • Expression Arithmétique: - * / ++ -- moins unaire
  • Operateur stencil: $
  • Structure de controle: && || >= > < <= ! if else
  • Boucle: for while
  • Type: stencil, int , int[dim][dim2]...
  • Affichage: printf printi
  • return

Versioning

Commit Style with git commit :

(pref): Little explicite description #issueNumberReleated

Commentaire to explain more precisly

4 types of prefix :

  • (feat) : Add a feature #issueNumber
  • (test) : Add a test #issueNumber
  • (refactor) : Explain the refactor #issueNumber
  • (Debug): Explain the debugging #issueNumber

Authors

License

-This project is licensed under the MIT License - see the LICENSE.md file for details

About

Projet de compilation CMI M1S1 2017-2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published