archseer / enigma

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

introduce convinience macro for building the BIF-table #29

Closed NobbZ closed 5 years ago

archseer commented 5 years ago

Nice! Another thing I really want to add is some form of codegen for the pre-loaded atoms table, right now I'm manually assigning each a number which is a bit error prone.