NC Abstract Language (NCA) #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NCA is a typed, target-independent low-level language that sits between NC source and machine code. It replaces raw
asm()as the primary codegen target inside ncc and can optionally be authored by hand for performance-critical paths.Rest of spec to follow
As per previous discussions, this may end up being a merging of NCA and Etch, where Etch is the new underlying backend of ncc, with NCA being placed on top to easily work with nc style syntax (note: with the possibility of dropping overloading, that may not be required, and .etch files could possibly be used instead).