Merge pull request #5569 from roc-lang/finally-trmc

tail recursion modulo cons
This commit is contained in:
Ayaz 2023-06-25 15:31:34 -05:00 committed by GitHub
commit 0edcd23657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 4544 additions and 2671 deletions

View file

@ -85,7 +85,9 @@ macro_rules! map_symbol_to_lowlevel_and_arity {
// these are used internally and not tied to a symbol
LowLevel::Hash => unimplemented!(),
LowLevel::PtrCast => unimplemented!(),
LowLevel::PtrWrite => unimplemented!(),
LowLevel::PtrStore => unimplemented!(),
LowLevel::PtrLoad => unimplemented!(),
LowLevel::Alloca => unimplemented!(),
LowLevel::RefCountIncRcPtr => unimplemented!(),
LowLevel::RefCountDecRcPtr=> unimplemented!(),
LowLevel::RefCountIncDataPtr => unimplemented!(),