Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean code up, move basic ops to cmds.c HEAD master | Daniel Perez | 2021-12-02 | 1 | -55/+45 |
* | fix segfault on EOF | Daniel | 2021-11-07 | 1 | -1/+2 |
* | remove obsolete free | Daniel | 2021-11-07 | 1 | -3/+0 |
* | made commands maybe more readable, added ^ | Daniel | 2021-11-07 | 1 | -0/+4 |
* | fix stack showing after list output | Daniel | 2021-11-07 | 1 | -1/+1 |
* | dont error on stack limit | Daniel | 2021-11-07 | 1 | -1/+4 |
* | fix list and error without message | Daniel | 2021-11-07 | 1 | -2/+2 |
* | added a greeting message | Daniel | 2021-11-06 | 1 | -1/+4 |
* | added argument count check for funcs | Daniel | 2021-11-06 | 1 | -0/+6 |
* | added some functions | Daniel | 2021-11-06 | 1 | -2/+6 |
* | replaced if else chain, TODO: bsearch | Daniel | 2021-11-06 | 1 | -17/+23 |
* | started working on a binary tree | Daniel | 2021-11-06 | 1 | -25/+39 |
* | initial commit | Daniel | 2021-11-03 | 1 | -0/+65 |