summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level1.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-12-12tried to use allocations with level1 ... messy, works, for some reason name ↵olpc user1-1/+5
of function is output in dump, shows internal problem
2019-12-12[wip] turns out gdb was just skipping the source lines i overlookedolpc user1-4/+0
2019-12-12this code appears to make a try{} block loop in a weird compiler exception ↵olpc user1-1/+15
edgecase, narroing
2019-12-10readded basic allocation; held pointers with a std::unique_ptr; added some ↵olpc user1-1/+1
words around increasing relevence
2019-12-10bugfix with level1 allocation demoolpc user1-1/+2
2019-12-09changed level-0 allocation to use groupsolpc user1-0/+6
2019-12-09level 1 subref operatorolpc user1-5/+5
2019-12-05add function syntaxesolpc user1-0/+23
2019-11-26removed braces from multilink call, normalized memorystore ref usage per ↵olpc user1-8/+8
proposal
2019-11-25add batch linking via initializer_list, also some missing changesolpc user1-18/+21
2019-11-25add isanonymous, movetoname, decl[s], and nothing conceptolpc user1-8/+8
2019-11-25separate functionality out a bitolpc user1-2/+2
2019-11-24messy but works. rushing to get this done with may have been a poor investment.olpc user1-0/+39