h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
310 stars 23 forks source link

Add binary module #106

Closed drkameleon closed 3 years ago

drkameleon commented 3 years ago

Added module for Bitwise operations between integers + Unit tests:

(Feel free to rename any or all of them - or reject it altogether. I'm just experimenting a bit and given that your code is quite well-organized, it hasn't been that difficult ;-))

h3rald commented 3 years ago

Ohhh me likes! You're on fire today! 😱

Even with unit tests, awesome. Only bit missing is the doc, but these should be really easy to document anyway. Thanks!

drkameleon commented 3 years ago

Ohhh me likes! You're on fire today! 😱

Haha! Seems like it. I guess I decided to give myself a little open-source break (Arturo included) after weeks in-a-row of too work-oriented coding... :)

Even with unit tests, awesome. Only bit missing is the doc, but these should be really easy to document anyway.

I'll have a look into it!

drkameleon commented 3 years ago

(not sure about the reference addition, but just took a shot at it ;-))

h3rald commented 3 years ago

That's it! Excellent! Thanks!! 👍