We're back into the swing of things!
Over 100 commits have gone into this release, and it was surely worth it!
Features:
- The IDE has had a massive overhaul with a new parser based explainer written in CoffeeScript.
- A load of new operators have been added, including regex, sort, compression, base conversion, and tons more.
Fixed bugs:
- Conversion to bases <=1 or >10 fails #68
- ` on numbers should convert them to Strings #66
- Error in `./oide': free(): invalid size: 0x0000000001b7aed0 #57
- Adding a code block to a number segfaults #47
Closed issues:
- Jump Command #67
- Stack Shifting #65
- O's esolang page is outdated #64
- Recursion in CodeBlocks #63
- Typo #62
- Base conversion #61
- Pow is not implemented #60
- Command-line arguments in variable #59
- Optional Explanation on Web IDE #58
- Foreach Loops #54
- Array Arithmetic #50
- Sorting #48
- Function calling with arguments #46
- Implement / #43
- Implement % #42