home.social

#nimbleparsec — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nimbleparsec, aggregated by home.social.

fetched live
  1. 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.

    #myElixirStatus #weBEAMTogether @elixir

    youtube.com/watch?v=T4komUAGMp

  2. 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.

    #myElixirStatus #weBEAMTogether @elixir

    youtube.com/watch?v=T4komUAGMp

  3. 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.

    bortzmeyer.org/combi-analyseur