sage icon indicating copy to clipboard operation
sage copied to clipboard

A programming language that's wise beyond its bytes!🌱🌿πŸͺ΄

Results 14 sage issues
Sort by recently updated
recently updated
newest added

The LIR examples use several inlined-assembly procedures to access comparison, logical, and bitwise operators. Add the missing operators and swap out the new ones in the LIR examples.

documentation
enhancement
good first issue

I have swapped the `Swap` instruction for the `BitwiseNand` instruction.

documentation

LIR is cool, demonstrate some!

documentation

I changed the `Inc` and `Dec` operators to two new operators: 1. `Index` 2. `Swap` `Index` looks at the tape, reads the value, and uses that as an index for...

documentation