Jeena@piefed.jeena.net to Programming@programming.devEnglish · 12 天前What are you working on?message-squaremessage-square40fedilinkarrow-up157arrow-down11file-text
arrow-up156arrow-down1message-squareWhat are you working on?Jeena@piefed.jeena.net to Programming@programming.devEnglish · 12 天前message-square40fedilinkfile-text
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up2·9 天前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.
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.