summaryrefslogtreecommitdiff log msg author committer range path: root/dataAgeCommit message (Collapse)Author 2021-09-07Fixes collections attempting to compile with their content's base type.Nathanael Sensfelder 2021-09-04The blackjack example works again.parser_reworkNathanael Sensfelder 2021-08-30Adds the missing Wyrd Generic Instruction compilers & fixes a few issues.Nathanael Sensfelder 2021-08-11...Nathanael Sensfelder 2021-07-13Dynamic class loading...Nathanael Sensfelder 2021-05-05Dict -> Struct.Nathanael Sensfelder 2021-05-01Updates Blackjack example, adds extra type support.Nathanael Sensfelder 2021-05-01Suffixes imperative stuff with '!', adds ({set,list} ... ) shorthands.Nathanael Sensfelder 2021-04-02Memory allocation is now an instruction.Nathanael Sensfelder 2021-01-02Adds 'for' in 'choice' constructs.Nathanael Sensfelder 2020-12-29Ends refactoring.Nathanael Sensfelder 2020-12-28Adds (sp), clear up string/text.Nathanael Sensfelder 2020-12-28First shot at storable procedures.Nathanael Sensfelder 2020-12-23Parenthesis, merge stuff, main param goes last.Nathanael Sensfelder 2020-12-22...Nathanael Sensfelder 2020-12-22`add_element` can now take multiple elements.extra_functionalNathanael Sensfelder 2020-12-22Indexed Merge with defaults.Nathanael Sensfelder 2020-12-05Working on the merge operator...Nathanael Sensfelder 2020-11-09...Nathanael Sensfelder 2020-11-08More unit tests.Nathanael Sensfelder 2020-11-07More unit testing...Nathanael Sensfelder 2020-11-07More unit tests, fixes equals operator.Nathanael Sensfelder 2020-11-07Adds more unit tests.Nathanael Sensfelder 2020-11-03...Nathanael Sensfelder 2020-11-03Unit testing for access: OK.Nathanael Sensfelder 2020-11-03Starting some unit testing...Nathanael Sensfelder 2020-11-02Adds sort & sublist computation/instruction.Nathanael Sensfelder 2020-11-01Adds external variables.Nathanael Sensfelder 2020-11-01First shot at option+event player inputs.Nathanael Sensfelder 2020-09-19...Nathanael Sensfelder 2020-09-19...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 I made that without much testing, so I suspect issues will show up. 2020-09-15Starting to fix Reference -> Computation on computations.nsensfel I want to be able to write `(reverse (range 0 50 5))`, but `reverse` and the others all take references as input. 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-13Gets the Blackjack example to run again.Nathanael Sensfelder 2020-09-07...nsensfel 2020-08-31Fixes unbinding within hierarchical contexts.nsensfel And a few blackjack things. 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-15Updates example, allows lambdas w/o params.Nathanael Sensfelder 2020-08-15Looks like it works. Damn fun to use, too.functionsNathanael Sensfelder [next]