Age | Commit message (Expand) | Author | Files | Lines |
2019-12-06 | used make funcs to put level0 in level1 | user | 1 | -4/+4 |
2019-12-06 | change missing from rhythm | olpc user | 1 | -1/+1 |
2019-12-06 | some code around a timing concept | olpc user | 4 | -5/+169 |
2019-12-05 | add structure attempt files | olpc user | 3 | -0/+230 |
2019-12-05 | add function syntaxes | olpc user | 6 | -2/+64 |
2019-11-26 | switch data to use std::any and merge value struct with concept | olpc user | 13 | -65/+53 |
2019-11-26 | removed braces from multilink call, normalized memorystore ref usage per prop... | olpc user | 6 | -24/+27 |
2019-11-26 | this approach to level 2 is just taking too long to plan, may abandon | olpc user | 10 | -0/+282 |
2019-11-25 | add batch linking via initializer_list, also some missing changes | olpc user | 6 | -26/+58 |
2019-11-25 | add isanonymous, movetoname, decl[s], and nothing concept | olpc user | 8 | -23/+69 |
2019-11-25 | add vset | olpc user | 3 | -13/+15 |
2019-11-25 | separate functionality out a bit | olpc user | 22 | -192/+216 |
2019-11-25 | cleanup mixin pointer mess for refs | olpc user | 11 | -116/+165 |
2019-11-24 | messy but works. rushing to get this done with may have been a poor investment. | olpc user | 19 | -25/+386 |
2019-11-24 | add a linking mixin for use by ref classes | olpc user | 4 | -10/+45 |
2019-11-24 | level0 few more checks | olpc user | 4 | -2/+38 |
2019-11-24 | breaking into levels | olpc user | 16 | -157/+377 |
2019-11-24 | wip fixing up, decided to refactor: see top of helpers.cpp | olpc user | 6 | -125/+257 |
2019-11-24 | changes didn't pan out; next change is big (merging statementevaluable with r... | olpc user | 8 | -53/+153 |
2019-11-23 | more syntax sugar, building meaning | olpc user | 9 | -50/+176 |
2019-11-23 | make memory store a set <- waste of time | olpc user | 1 | -8/+11 |
2019-11-22 | syntax sugar for assigning anonymous to name | olpc user | 5 | -24/+61 |
2019-11-22 | use refs for temporaries, which means pulling them out of containers | olpc user | 6 | -38/+37 |
2019-11-22 | while wip, moved concept storage off of helpers | olpc user | 7 | -18/+128 |
2019-11-22 | basic habit state change meaning boilerplate | olpc user | 6 | -8/+151 |
2019-11-22 | decl references in one expression | olpc user | 3 | -6/+26 |
2019-11-21 | helpers | olpc user | 5 | -10/+22 |
2019-11-21 | direct cast concept from string | olpc user | 6 | -108/+110 |
2019-11-21 | simple c++ refs | olpc user | 4 | -0/+139 |