Sigilante
Sigilante
``` #aint - ?< %wtgl expb #assert - ?> %wtgr expb #bind - ;< %mcgl expz #cast - ^- %kthp exqc #cell - :- %clhp expb #crash - !! %zpzp...
Current status: - No `#crash` because doesn't parse `%zpzp` now - No `#default` or `#switch` because the `toad` in the rule fails on `toad` calling it - Nesting issue of...
After consulting with @Fang-, those issues have been resolved. To simplify the parser reasoning, I adopted a similar form to the removed keyword parser. This is ready for consideration. The...
@belisarius222 @jalehman I guess we're just deep-sixing this one for now, I forgot about it.
Putting them in a `/lib` for consideration is great. Then the core can be moved or integrated later if we want it in hoon or zuse.
Yes, these look good. Maybe a `++whitespace` too, around `gaw` or `gay`.
Not surprised. We should normalize it.
The current root problem is that `aarch` wants a ton of SoftFloat functions that aren't linked yet. https://github.com/urbit/vere/actions/runs/8819670490/job/24211443275?pr=638 Adding them piecemeal seems to be a fool's errand: any way to...
There seem to be some platform-specific optimized versions linked in as well, so this may need to stay in the same vein to be effectively fast.
@urbit/kernel this is building now thanks to @pkova's sleuthing.