A new Bentley is up. This defines hopefully all of the bitwise operators I will support:

        & | ^ << >> ~ (as in C)
        <@ >@ (roll left and roll right, also called circular shift)

I'm still working on the base language, getting type checking working and allowing logical AND, OR, XOR, NOT. But perhaps the hardest part is writing the manual for this language.


Reply via email to