aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-08WIP: cleanup global A stack after evaluation in jsr_evalCamil Staps2-2/+22
2021-01-08Add annotations in nfib_nsaCamil Staps1-59/+87
2021-01-08Move hp and stack pointers to beginning of function parameters in fib_* and n...Camil Staps4-47/+47
2021-01-08Use malloc to allocate heap and stackCamil Staps5-11/+34
2021-01-07Add version of nfib without strictness analysisCamil Staps8-5/+329
2021-01-07Add heap pointerCamil Staps2-36/+58
2021-01-07Replace tabs by two spacesCamil Staps4-328/+328
2021-01-07Centralize instruction implementationsCamil Staps6-559/+329
2021-01-07Initial commit: fib (eqI_b and ltI version); nfibCamil Staps8-0/+816