Jeena@piefed.jeena.net to Programming@programming.devEnglish · 4 days agoWhat 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 · 4 days agomessage-square40fedilinkfile-text
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up2·23 hours agoI’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.