bada icon indicating copy to clipboard operation
bada copied to clipboard

Simple Programming Language that compiles to BEAM bytecode

Results 3 bada issues
Sort by recently updated
recently updated
newest added

This is a refactor to make the code more idiomatic (even if the code works in the previous version, this refactored version is intended to make the rust code "clearer"...

erlang uses actor concurrency model, I think it great to utilize this feature in your language

The generation of the atoms chunk is quite elegant from the collection of all atoms used in previous phases. I wonder if the imports should not follow a similarly elegant...