Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-08 | WIP: cleanup global A stack after evaluation in jsr_eval | Camil Staps | 1 | -1/+16 | |
2021-01-08 | Move hp and stack pointers to beginning of function parameters in fib_* and ↵ | Camil Staps | 1 | -3/+3 | |
nfib (for easier calling convention) | |||||
2021-01-08 | Use malloc to allocate heap and stack | Camil Staps | 1 | -3/+26 | |
2021-01-07 | Add version of nfib without strictness analysis | Camil Staps | 1 | -1/+59 | |
2021-01-07 | Add heap pointer | Camil Staps | 1 | -8/+10 | |
2021-01-07 | Replace tabs by two spaces | Camil Staps | 1 | -122/+122 | |
2021-01-07 | Centralize instruction implementations | Camil Staps | 1 | -0/+215 | |