nickmqb

Results 15 comments of nickmqb

I'm personally a fan of just adding comments to the .mu source files, at least for now. This can be as simple as: // Returns the substring starting at byte...

Note: we should also add explicit return types for all core and standard library functions.

I must admit I'm not very familiar with github organizations, but this sounds like a good idea. Note to self: https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations

I've accepted your invite. I'll move the repo at a later time, so I'll leave this open for now to track.

Hi, thanks for trying out Muon, glad you like it so far! I'm planning to add proper support for imports/namespaces next year, and that might impact how the list of...

Ah, good to know that's actually a wider standard. Agree that we should support both syntaxes on all platforms to keep the .args files portable, any interference with actual filenames...

I agree it would be nice to document that, I've added the docs label so we can track. If you're interested in having a look at this yourself, feel free...

Note: for consistency, for the grammar production rules names we should use the names as defined in: https://github.com/nickmqb/muon/blob/master/compiler/ast.mu

Hadn't seen this project yet, thanks for the tip, will check it out.

I can't seem to trigger the "rest mode" state anymore. Since yesterday the controller just works as expected (and there's no pulsing yellow LED). I don't really understand the controller...