https://turbowarp.org/1232419250?hqpen 0.12.73 - else (ls) conditionals are working now 0.12.72 - elif (lf) conditionals are working as well as current conditionals (designed so as conditionals gain functionality, so will lf s) 0.12.71 - conditionals can use/skip code depending on whether or not the conditional is true 0.12.7 - conditionals can detect true/false for bools and some aspects of integers 0.12.61 - working on conditionals 0.12.6 - strings can be printed (including strings with insertions) 0.12.5 - strings can have inserted variables and can be printed now (string-type vars can be printed but not just plain strings yet) 0.12.4 - strings can be created and set, but not printed or changed 0.12.3 - compiler can now ignore comments, although i suspect there will be some bugs 0.12.2 - can do all math on variable with other variables 0.12.1 - fixed small bug with compiling 0.12 - can do math on variables with other variables (in some cases) (still only works for integers), also added an actual help section (click the ?) 0.11.1 - fixed error with line numbers rendering 0.11 - can do basic multiplication and division on integers, and can put integers to powers (as long as the power is a whole number) 0.10 - can create, set, and change integers with real-time tracking, can return errors, and can print integer variables 0.09 - can create, set, and change integer variables in the compiler 0.081 - variable names update in real-time now, but not values anymore 0.08 - variables can now be created and set, although there are still some bugs 0.075 - there are now limits on how far you can scroll, also the m is thinner now 0.07 - default text is now a full introduction to how the engine and text works (will be updated as actual features are added) 0.06 - text can now be commented! use [linestart]#[space] or [space]#[space] to toggle comments (comments reset for each successive line), also this means the text engine is basically finished 0.051 - updated logo slightly 0.05 - text can now be edited (somewhat); use \ as backspace (scratch doesn't support backspace as a key) and use | to delete a line. text will also automatically update colors for certain keywords 0.04 - text can now change colors based on type, also lists of keywords and stuff are in now 0.03 - basic ideas for code logic are written down 0.02 - cursor moving is finished 0.01 - can now move the cursor around the text 0.0 - initial release
[this is nowhere near completion, everything below is liable to change] Ibis Red is: register-based compiling imperative object-oriented strong-typed inspired to create by: FuseScript by 080312_Kean elements of the language were inspired by C# and Python, with an emphasis on being easy to compile in scratch methods and some functions were inspired by real hardware and logic gates