summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-22`add_element` can now take multiple elements.extra_functionalNathanael Sensfelder
2020-11-02Adds sort & sublist computation/instruction.Nathanael Sensfelder
2020-09-15Need to think on instruction ref vs comp vs ptr.Nathanael Sensfelder
2020-09-15Completes the reference -> computation for computations.Nathanael Sensfelder
2020-09-15Starting to fix Reference -> Computation on computations.nsensfel
2020-09-15Range, and some others...nsensfel
2020-09-15Fully implements remove_{one,all,at}.nsensfel
2020-09-15Fully implements shuffle.nsensfel
2020-09-14Fully implements cons, car, and cdr.Nathanael Sensfelder
2020-09-14Fully implements SetFields{,Computation}.Nathanael Sensfelder
2020-09-07...nsensfel
2020-08-31Adds more list instr, Blackjack example.Nathanael Sensfelder
2020-08-30Fixes random number in choice generation.Nathanael Sensfelder
2020-08-30Adds a possible solution to loops in player choices.Nathanael Sensfelder
2020-08-29Adds testing file for local variables.Nathanael Sensfelder
2020-08-25Woops, forgot to change some booleans.Nathanael Sensfelder
2020-08-15Fixes issue with computational switch.Nathanael Sensfelder
2020-08-15Looks like it works. Damn fun to use, too.functionsNathanael Sensfelder
2020-08-15Sequences seem to work, but jump doesn't clean.Nathanael Sensfelder
2020-08-15Finding some issues, as expected.Nathanael Sensfelder
2020-08-09Fixes aforementioned index_of issue.Nathanael Sensfelder
2020-08-09Found some worrisome issue there.Nathanael Sensfelder
2020-08-08More tests and fixes; anon ref/set/list.Nathanael Sensfelder
2020-08-07...Nathanael Sensfelder