| Age | Commit message (Expand) | Author |
| 2021-10-25 | Fixes let releasing its registers too soon. | Nathanael Sensfelder |
| 2021-10-24 | Fixes lambda functions not always working. | Nathanael Sensfelder |
| 2021-09-10 | Warning on dangerously named user content. (Blackjack example updated) | Nathanael Sensfelder |
| 2021-09-08 | Declaration + definition shorthand. | Nathanael Sensfelder |
| 2021-09-08 | Bug fix + blackjack update. | Nathanael Sensfelder |
| 2021-09-08 | Bug fixes, more shorthands, and Increment/Decrement instructions | Nathanael Sensfelder |
| 2021-09-07 | Fixes collections attempting to compile with their content's base type. | Nathanael Sensfelder |
| 2021-09-04 | The blackjack example works again.parser_rework | Nathanael Sensfelder |
| 2021-08-30 | Adds the missing Wyrd Generic Instruction compilers & fixes a few issues. | Nathanael Sensfelder |
| 2021-08-11 | ... | Nathanael Sensfelder |
| 2021-07-13 | Dynamic class loading... | Nathanael Sensfelder |
| 2021-05-05 | Dict -> Struct. | Nathanael Sensfelder |
| 2021-05-01 | Updates Blackjack example, adds extra type support. | Nathanael Sensfelder |
| 2021-05-01 | Suffixes imperative stuff with '!', adds ({set,list} ... ) shorthands. | Nathanael Sensfelder |
| 2021-04-02 | Memory allocation is now an instruction. | Nathanael Sensfelder |
| 2021-01-02 | Adds 'for' in 'choice' constructs. | Nathanael Sensfelder |
| 2020-12-29 | Ends refactoring. | Nathanael Sensfelder |
| 2020-12-28 | Adds (sp), clear up string/text. | Nathanael Sensfelder |
| 2020-12-28 | First shot at storable procedures. | Nathanael Sensfelder |
| 2020-12-23 | Parenthesis, merge stuff, main param goes last. | Nathanael Sensfelder |
| 2020-12-22 | ... | Nathanael Sensfelder |
| 2020-12-22 | `add_element` can now take multiple elements.extra_functional | Nathanael Sensfelder |
| 2020-12-22 | Indexed Merge with defaults. | Nathanael Sensfelder |
| 2020-12-05 | Working on the merge operator... | Nathanael Sensfelder |
| 2020-11-09 | ... | Nathanael Sensfelder |
| 2020-11-08 | More unit tests. | Nathanael Sensfelder |
| 2020-11-07 | More unit testing... | Nathanael Sensfelder |
| 2020-11-07 | More unit tests, fixes equals operator. | Nathanael Sensfelder |
| 2020-11-07 | Adds more unit tests. | Nathanael Sensfelder |
| 2020-11-03 | ... | Nathanael Sensfelder |
| 2020-11-03 | Unit testing for access: OK. | Nathanael Sensfelder |
| 2020-11-03 | Starting some unit testing... | Nathanael Sensfelder |
| 2020-11-02 | Adds sort & sublist computation/instruction. | Nathanael Sensfelder |
| 2020-11-01 | Adds external variables. | Nathanael Sensfelder |
| 2020-11-01 | First shot at option+event player inputs. | Nathanael Sensfelder |
| 2020-09-19 | ... | Nathanael Sensfelder |
| 2020-09-19 | ... | Nathanael Sensfelder |
| 2020-09-15 | Need to think on instruction ref vs comp vs ptr. | Nathanael Sensfelder |
| 2020-09-15 | Completes the reference -> computation for computations. | Nathanael Sensfelder |
| 2020-09-15 | Starting to fix Reference -> Computation on computations. | nsensfel |
| 2020-09-15 | Range, and some others... | nsensfel |
| 2020-09-15 | Fully implements remove_{one,all,at}. | nsensfel |
| 2020-09-15 | Fully implements shuffle. | nsensfel |
| 2020-09-14 | Fully implements cons, car, and cdr. | Nathanael Sensfelder |
| 2020-09-14 | Fully implements SetFields{,Computation}. | Nathanael Sensfelder |
| 2020-09-13 | Gets the Blackjack example to run again. | Nathanael Sensfelder |
| 2020-09-07 | ... | nsensfel |
| 2020-08-31 | Fixes unbinding within hierarchical contexts. | nsensfel |
| 2020-08-31 | Adds more list instr, Blackjack example. | Nathanael Sensfelder |
| 2020-08-30 | Fixes random number in choice generation. | Nathanael Sensfelder |