home.social

#yacc — Public Fediverse posts

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

  1. @jbz

    Oh, what a wonderful background narrative by the man Aho himself, thank you for the link.

    And it's good to see Donald Knuth coming up, with his LALR algorithm and his always-pertinent practice-theory maxim.

    #AlfredVainoAho #lex #YACC #DonaldKnuth

  2. Ultimately, I published a third programming language called PeachLang, another simple interpreted language built in Ruby using Racc (the Ruby version of Yacc/Bison).
    github.com/pH-7/PeachLang

    #passion #programminglanguage #interpretedLanguage #Racc #Yacc #Bison

  3. Fabriquez vos propres compilateurs en Ada avec Aflex et Ayacc
    Stéphane vous explique le contenu des dernières versions de ces deux logiciels avec un focus sur la "réentrance".
    Bonne lecture

    blog.vacs.fr/vacs/blogs/post.h

    #ada #lex #yacc #compiler

  4. Now here is a nice project to expand your programming horizon. It is a "compiler compiler" in the tradition of flex and yacc:

    github.com/jzimmerman/langcc

    Here is the (dense) paper about the design and the features:

    arxiv.org/abs/2209.08385

    #langcc #compilercompiler #flex #yacc #expandhorizon

  5. I think I will probably get my #yacc and #lex skills in shape for the #hikari on #wayland configuration file format. That way I can produce a somewhat readable grammar and hopefully generate better error messages when things are configured the wrong way.