Working on my programming language, and improving some blog posts of mine. :-)
Working on my programming language, and improving some blog posts of mine. :-)
Yeah, but compared to counting money, nobody cares if some physics paper got its numbers wrong. :-)
(Not to mention that would require the paper to have reproducible artifacts first.)
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.