Outils pour utilisateurs

Outils du site


informatique:langages:php:ressources

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
informatique:langages:php:ressources [2025/01/02 09:28] – supprimée - modification externe (Date inconnue) 127.0.0.1informatique:langages:php:ressources [2025/01/02 09:28] (Version actuelle) – ↷ Page déplacée de informatique:php:ressources à informatique:langages:php:ressources alexis
Ligne 1: Ligne 1:
 +====== Ressources ======
 +
 +===== Pour écrire un parser =====
 +
 +  * [[https://www.danielauener.com/howto-use-array_map-on-associative-arrays-to-change-values-and-keys/|Howto use array_map on associative arrays to change values and keys - Daniel Auener]]
 +  * [[https://stillat.com/blog/2021/02/15/implementing-a-customer-dsl-parser-in-php|Implementing a Customer Domain Specific Language Parser in PHP - Stillat]]
 +  * [[https://tiarkrompf.github.io/notes/?%2Fjust-write-the-parser%2F=|Just write the #!%/* parser]]
 +  * [[https://prettydiff.com/2/guide/unrelated_parser.xhtml|Pretty Diff - Guide: How to write a parser]]
 +  * [[https://supunsetunga.medium.com/writing-a-parser-getting-started-44ba70bb6cc9|Writing a Parser — Part I: Getting Started | by Supun Setunga | Medium]]
 +  * [[https://www.toptal.com/scala/writing-an-interpreter|Writing an Interpreter From Scratch | Toptal]]