1. Introduction
  2. Modules
  3. Architecture
  4. 1. Architecture classique d'un compilateur
  5. 2. Vue d'ensemble
  6. 3. Lexeur (logos)
  7. 4. Parseur (rowan + nom + ungrammar)
  8. 5. Queries (yéter)
  9. Type-checking
  10. 6. Type-checking
  11. 7. Vérification de l'initialisation
  12. Extended code
  13. 8. Génération
  14. 9. Simulation
  15. Annexes
  16. 10. Glossaire
  17. 11. Sources

Rustre

Sources

https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/syntax.md https://rustc-dev-guide.rust-lang.org/query.html