archseer / enigma

An Erlang VM implementation in Rust
Mozilla Public License 2.0
1.05k stars 40 forks source link

Tuple bif implementation #30

Closed RyanSiu1995 closed 5 years ago

RyanSiu1995 commented 5 years ago

Issue #11 . But I have got a problem in using iter_to_list macro. It returns a reversed list as not expected. Any idea on how to solve it?

archseer commented 5 years ago

Nice work! I left you a comment last time about iter_to_list here: https://github.com/RyanSiu1995/enigma/commit/def77824fb920bd11c138d9e5cbd525978a08d26#r32141420

archseer commented 5 years ago

Great work! Any ideas on what the next issue will be? Maybe #23?