#nimbleparsec — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nimbleparsec, aggregated by home.social.
-
The talk I gave at #CodeBEAM Europe 2023 is now available on Youtube.
It shows how to build a DSL parser with #NimbleParsec one piece at a time, building an AST in the process and then compiling it to an #Ecto query.
-
The talk I gave at #CodeBEAM Europe 2023 is now available on Youtube.
It shows how to build a DSL parser with #NimbleParsec one piece at a time, building an AST in the process and then compiling it to an #Ecto query.
-
On a souvent besoin en programmation de faire de l'analyse syntaxique, pour vérifier qu'un texte est correct et pour y trouver les éléments qui nous intéressent. Une des techniques que je trouve les plus agréables est celle des combinaisons d'analyseurs. Voici un exemple en #Elixir, avec le module #NimbleParsec.