What are you working on? Any new ideas that you’re thinking about?

  • soc@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    I’m working on Core whose primary design goal is to not invent any new features, but implement existing things correctly.

    The grammar is implemented with recursive-descent, one could define an equivalent EBNF, but I haven’t found the need to do so yet.