objectionary / eo2js

EOLANG to JavaScript transpiler and runtime
https://www.npmjs.com/package/eo2js
MIT License
6 stars 2 forks source link

feat(#7): implement bytes atoms #72

Closed maxonfjvipon closed 4 months ago

maxonfjvipon commented 4 months ago

Closes: #7


PR-Codex overview

This PR focuses on implementing various bytes operations in EOlang runtime, including size, not, concat, or, and, xor, eq, right, and slice.

Detailed summary

The following files were skipped due to too many changes: eo2js-runtime/src/objects/org/eolang/bytes$slice.js, eo2js-runtime/test/runtime/bytes-of.test.js, eo2js/test/it/runtime-tests.test.js, eo2js-runtime/src/runtime/bytes-of.js

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

maxonfjvipon commented 4 months ago

@rultor merge

rultor commented 4 months ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 4 months ago

@rultor merge

@maxonfjvipon Done! FYI, the full log is here (took me 21min)