| summaryrefslogtreecommitdiff |
| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-14 | Adds a real SetFields{,Computation} to Fate. | Nathanael Sensfelder | |
| 2020-09-14 | ... | nsensfel | |
| 2020-09-13 | Gets the Blackjack example to run again. | Nathanael Sensfelder | |
| 2020-09-13 | Adds the Fate stuff. | Nathanael Sensfelder | |
| 2020-09-13 | Cleans up instruction building asserts. | Nathanael Sensfelder | |
| 2020-09-13 | An "assert" utility class is definitely needed at this point. | Nathanael Sensfelder | |
| 2020-09-12 | Adds the files for Fate. | Nathanael Sensfelder | |
| The content isn't quite there, though. | |||
| 2020-09-10 | ... | nsensfel | |
| 2020-09-09 | ... | nsensfel | |
| 2020-09-09 | ... | Nathanael Sensfelder | |
| 2020-09-08 | Merge branch 'master' into extra_functional | nsensfel | |
| 2020-09-08 | Got it to work, I think...polymorphic_registers | nsensfel | |
| 2020-09-08 | Still has issues with removing already removed registers. | nsensfel | |
| Looks to be related to context registers being removed after the context register holder itself was already removed. | |||
| 2020-09-08 | It's going to be a considerable change... | Nathanael Sensfelder | |
| 2020-09-08 | It compiles, but doesn't work properly. | nsensfel | |
| Structure initialization can't work with this: if it was initialized as an int then used later as a struct, none of the struct's fields are there, so writting to them is not doable. There might be a way, using `remove` and `initialize` to refresh the register at every use. This would kill the side-channel attack used to pass parameters, and so special care would have to be taken for them. | |||
| 2020-09-07 | ... | Nathanael Sensfelder | |
| 2020-09-07 | ... | nsensfel | |
| 2020-09-07 | Adds car, cdr, cons. | Nathanael Sensfelder | |
| 2020-09-07 | Adds the parser code for the new instrs & comps. | nsensfel | |
| 2020-09-07 | Adds syntax for https://github.com/nsensfel/tonkadur/issues/11 | nsensfel | |
| 2020-09-07 | Adds 'Initialize' Wyrd instruction. | Nathanael Sensfelder | |
| The 'SetValue' Wyrd instruction is no longer allowed to write to a non-existing memory element. | |||
| 2020-08-31 | Fixes unbinding within hierarchical contexts. | nsensfel | |
| And a few blackjack things. | |||
| 2020-08-31 | Adds more list instr, Blackjack example. | Nathanael Sensfelder | |
| 2020-08-30 | Adds user prompts for String and Integer. | Nathanael Sensfelder | |
| I think so are seen frequently enough to warrant an addition. | |||
| 2020-08-30 | Fixes random number in choice generation. | Nathanael Sensfelder | |
| 2020-08-30 | Adds a possible solution to loops in player choices. | Nathanael Sensfelder | |
| 2020-08-29 | Fixes text_effect syntax. | Nathanael Sensfelder | |
| 2020-08-29 | Adds testing file for local variables. | Nathanael Sensfelder | |
| 2020-08-29 | Fixes main sequence local variables being global. | Nathanael Sensfelder | |
| 2020-08-29 | New 'set' aliases, forces spaces for instr list. | Nathanael Sensfelder | |
| Local variables seem to have issues, but not with hierarchical instructions: it's the context stuff that's not working properly (for lambdas) and the 'global'/'local' in the main sequence not behaving as expected. | |||
| 2020-08-29 | Adds Hierarchical Variables "Contexts". | Nathanael Sensfelder | |
| See https://github.com/nsensfel/tonkadur/issues/8 All of this is totally untested, of course. | |||
| 2020-08-29 | Adds Let to the parser. | Nathanael Sensfelder | |
| 2020-08-27 | Merge branch 'master' of dreamhost:~/repositories/git/tonkadur | Nathanael Sensfelder | |
| 2020-08-27 | Adds the code for the Let computation. | Nathanael Sensfelder | |
| Still not in the parser, though. | |||
| 2020-08-26 | Merge branch 'master' of dreamhost:~/repositories/git/tonkadur | nsensfel | |
| 2020-08-26 | Adding some more aliases. | nsensfel | |
| 2020-08-25 | Woops, forgot to change some booleans. | Nathanael Sensfelder | |
| 2020-08-25 | Version 0.9.0 release. | Nathanael Sensfelder | |
| 2020-08-25 | Merge branch 'master' of dreamhost:~/repositories/git/tonkadur | Nathanael Sensfelder | |
| 2020-08-25 | ... | Nathanael Sensfelder | |
| 2020-08-25 | Adds invokation parameters. | nsensfel | |
| 2020-08-15 | Fixes issue with computational switch. | Nathanael Sensfelder | |
| 2020-08-15 | Updates sample. | Nathanael Sensfelder | |
| 2020-08-15 | Updates example, allows lambdas w/o params. | Nathanael Sensfelder | |
| 2020-08-15 | Looks like it works. Damn fun to use, too.functions | Nathanael Sensfelder | |


